mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Remove no longer necessary async from monero SignatableTransaction::sign
This commit is contained in:
@@ -387,7 +387,6 @@ async fn mint_and_burn_test() {
|
||||
)
|
||||
.unwrap()
|
||||
.sign(&mut OsRng, &Zeroizing::new(Scalar::ONE))
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
rpc.publish_transaction(&tx).await.unwrap()
|
||||
|
||||
@@ -367,7 +367,6 @@ impl Wallet {
|
||||
)
|
||||
.unwrap()
|
||||
.sign(&mut OsRng, spend_key)
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
// Push the change output
|
||||
|
||||
Reference in New Issue
Block a user