Skip to content

Commit 9a017a1

Browse files
committed
Clippy fix
1 parent ae549d6 commit 9a017a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/pskt/src/wasm/pskt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ impl PSKT {
340340
.iter()
341341
.map(|input| -> Vec<u8> {
342342
let required_sig_count = get_sig_op_count::<PopulatedTransaction>(
343-
&input.redeem_script.as_ref().unwrap(), // TODO: a question for aspect -- abt how to properly handle here
343+
input.redeem_script.as_ref().unwrap(), // TODO: a question for aspect -- abt how to properly handle here
344344
&input.utxo_entry.as_ref().unwrap().script_public_key,
345345
);
346346

0 commit comments

Comments
 (0)