mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 16:06:00 -04:00
chore: fix clippy issue
This commit is contained in:
parent
1fd3bb483b
commit
0e44f5e574
@ -66,7 +66,7 @@ impl TxRedeem {
|
||||
) -> Result<Transaction> {
|
||||
verify_encsig(
|
||||
B,
|
||||
PublicKey::from(s_a.clone()),
|
||||
PublicKey::from(s_a),
|
||||
&self.digest(),
|
||||
&encrypted_signature,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user