mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Have monero-wallet use Transaction<Pruned>, not Transaction
This commit is contained in:
@@ -289,7 +289,7 @@ macro_rules! test {
|
||||
};
|
||||
|
||||
assert_eq!(&eventuality.extra(), &tx.prefix().extra, "eventuality extra was distinct");
|
||||
assert!(eventuality.matches(&tx), "eventuality didn't match");
|
||||
assert!(eventuality.matches(&tx.clone().into()), "eventuality didn't match");
|
||||
|
||||
tx
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user