Fix clippy

This commit is contained in:
Bogdan-Ștefan Neacșu
2022-12-06 10:48:32 +02:00
committed by durch
parent 502e23b42c
commit cb2a89dceb
+1 -1
View File
@@ -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,
};