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 0f8be95 commit 063f06dCopy full SHA for 063f06d
src/psbt/mod.rs
@@ -878,7 +878,7 @@ impl PsbtExt for Psbt {
878
.redeem_script
879
.as_ref()
880
.expect("redeem script non-empty checked earlier");
881
- cache.p2wpkh_signature_hash(idx, &script_code, amt, hash_ty)?
+ cache.p2wpkh_signature_hash(idx, script_code, amt, hash_ty)?
882
} else {
883
let witness_script = inp
884
.witness_script
0 commit comments