mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-31 04:25:23 -04:00
Upgrade to Rust 1.53
Also fix all clippy lints that came up.
This commit is contained in:
parent
b7064578ca
commit
ac0b0150e6
3 changed files with 11 additions and 17 deletions
|
@ -157,7 +157,7 @@ impl State0 {
|
|||
let valid = CROSS_CURVE_PROOF_SYSTEM.verify(
|
||||
&msg.dleq_proof_s_a,
|
||||
(
|
||||
msg.S_a_bitcoin.clone().into(),
|
||||
msg.S_a_bitcoin.into(),
|
||||
msg.S_a_monero
|
||||
.point
|
||||
.decompress()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue