mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Remove no longer necessary async from monero SignatableTransaction::sign
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user