mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 13:39:25 +00:00
Update procesor/correct prior commit
This commit is contained in:
@@ -550,7 +550,7 @@ impl SignableTransaction {
|
||||
|
||||
let mut serialized = Vec::with_capacity(extra_len);
|
||||
extra.write(&mut serialized).unwrap();
|
||||
debug_assert_eq!(extra_len, extra);
|
||||
debug_assert_eq!(extra_len, serialized.len());
|
||||
serialized
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user