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:
@@ -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