Fix clippy
This commit is contained in:
committed by
durch
parent
502e23b42c
commit
cb2a89dceb
@@ -68,7 +68,7 @@ pub(crate) async fn deposit(nymd_url: &str, mnemonic: &str, amount: u64) -> Resu
|
||||
|
||||
let state = State {
|
||||
amount,
|
||||
tx_hash: tx_hash.clone(),
|
||||
tx_hash,
|
||||
signing_keypair,
|
||||
encryption_keypair,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user