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.
2 parents 0f8be95 + 063f06d commit 24819faCopy full SHA for 24819fa
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