Remove no longer necessary async from monero SignatableTransaction::sign

This commit is contained in:
Luke Parker
2023-08-29 16:20:21 -04:00
parent 285422f71a
commit 83c25eff03
5 changed files with 2 additions and 6 deletions

View File

@@ -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()

View File

@@ -367,7 +367,6 @@ impl Wallet {
)
.unwrap()
.sign(&mut OsRng, spend_key)
.await
.unwrap();
// Push the change output