mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-27 19:20:32 -05:00
Change to stable Rust 1.52
Fix clippy warnings that are new in this version.
This commit is contained in:
parent
5d7acd39ee
commit
8f9d612af2
3 changed files with 3 additions and 3 deletions
|
|
@ -353,7 +353,7 @@ async fn register_tor_services(
|
|||
}
|
||||
})
|
||||
})
|
||||
.filter_map(|details| details)
|
||||
.flatten()
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
let key = seed.derive_torv3_key();
|
||||
|
|
|
|||
|
|
@ -308,8 +308,8 @@ impl State2 {
|
|||
|
||||
let tx_cancel_sig = self.a.sign(tx_cancel.digest());
|
||||
Message3 {
|
||||
tx_refund_encsig,
|
||||
tx_cancel_sig,
|
||||
tx_refund_encsig,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue