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
Copy file name to clipboardExpand all lines: src/script/sign.h
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,9 @@ struct SignatureData {
108
108
CScript redeem_script; ///< The redeemScript (if any) for the input
109
109
std::map<CKeyID, SigPair> signatures; ///< BIP 174 style partial signatures for the input. May contain all signatures necessary for producing a final scriptSig.
0 commit comments