chore: fix clippy issue

This commit is contained in:
Byron Hambly 2024-01-04 13:58:02 +02:00
parent 1fd3bb483b
commit 0e44f5e574
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

View File

@ -66,7 +66,7 @@ impl TxRedeem {
) -> Result<Transaction> {
verify_encsig(
B,
PublicKey::from(s_a.clone()),
PublicKey::from(s_a),
&self.digest(),
&encrypted_signature,
)