You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let htlc_redeemscript = get_htlc_redeemscript_with_explicit_keys(&this_htlc,self.opt_anchors(),&keys.broadcaster_htlc_key,&keys.countersignatory_htlc_key,&keys.revocation_key);
1431
1433
1434
+
let sighashtype = ifself.opt_anchors(){SigHashType::SinglePlusAnyoneCanPay}else{SigHashType::All};
1435
+
1432
1436
// First push the multisig dummy, note that due to BIP147 (NULLDUMMY) it must be a zero-length element.
0 commit comments