mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-25 14:56:23 -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
@ -1,4 +1,4 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2021-01-31"
|
channel = "1.52"
|
||||||
components = ["clippy"]
|
components = ["clippy"]
|
||||||
targets = ["armv7-unknown-linux-gnueabihf"]
|
targets = ["armv7-unknown-linux-gnueabihf"]
|
||||||
|
@ -353,7 +353,7 @@ async fn register_tor_services(
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
.filter_map(|details| details)
|
.flatten()
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
|
|
||||||
let key = seed.derive_torv3_key();
|
let key = seed.derive_torv3_key();
|
||||||
|
@ -308,8 +308,8 @@ impl State2 {
|
|||||||
|
|
||||||
let tx_cancel_sig = self.a.sign(tx_cancel.digest());
|
let tx_cancel_sig = self.a.sign(tx_cancel.digest());
|
||||||
Message3 {
|
Message3 {
|
||||||
tx_refund_encsig,
|
|
||||||
tx_cancel_sig,
|
tx_cancel_sig,
|
||||||
|
tx_refund_encsig,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user