We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae549d6 commit 9a017a1Copy full SHA for 9a017a1
wallet/pskt/src/wasm/pskt.rs
@@ -340,7 +340,7 @@ impl PSKT {
340
.iter()
341
.map(|input| -> Vec<u8> {
342
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
+ input.redeem_script.as_ref().unwrap(), // TODO: a question for aspect -- abt how to properly handle here
344
&input.utxo_entry.as_ref().unwrap().script_public_key,
345
);
346
0 commit comments