Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Oct 19, 2024
1 parent ae549d6 commit 9a017a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/pskt/src/wasm/pskt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ impl PSKT {
.iter()
.map(|input| -> Vec<u8> {
let required_sig_count = get_sig_op_count::<PopulatedTransaction>(
&input.redeem_script.as_ref().unwrap(), // TODO: a question for aspect -- abt how to properly handle here
input.redeem_script.as_ref().unwrap(), // TODO: a question for aspect -- abt how to properly handle here
&input.utxo_entry.as_ref().unwrap().script_public_key,
);

Expand Down

0 comments on commit 9a017a1

Please sign in to comment.