mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Remove no longer necessary async from monero SignatableTransaction::sign
This commit is contained in:
@@ -805,8 +805,7 @@ impl SignableTransaction {
|
||||
}
|
||||
|
||||
/// Sign this transaction.
|
||||
// TODO: Remove async
|
||||
pub async fn sign<R: RngCore + CryptoRng>(
|
||||
pub fn sign<R: RngCore + CryptoRng>(
|
||||
mut self,
|
||||
rng: &mut R,
|
||||
spend: &Zeroizing<Scalar>,
|
||||
|
||||
Reference in New Issue
Block a user