mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Update according to the latest clippy
This commit is contained in:
@@ -277,7 +277,7 @@ impl Transaction {
|
||||
serialized.clear();
|
||||
|
||||
self.rct_signatures.prunable.signature_serialize(&mut serialized).unwrap();
|
||||
sig_hash.extend(&hash(&serialized));
|
||||
sig_hash.extend(hash(&serialized));
|
||||
|
||||
hash(&sig_hash)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user