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

@@ -630,7 +630,6 @@ impl Network for Monero {
)
.unwrap()
.sign(&mut OsRng, &Zeroizing::new(Scalar::ONE.0))
.await
.unwrap();
let block = self.get_latest_block_number().await.unwrap() + 1;