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
It won't work unless
bitcoin/bitcoin@e416403#r30586628
is addressed
In... bool BlockSignatureCreator::CreateSig(const SigningProvider& provider, std::vector<unsigned char>& vchSig, const CKeyID& keyid, const CScript& scriptCode, SigVersion sigversion) const
46+ vchSig.push_back((unsigned char)SIGHASH_ALL);
"If we don't push here we don't need to pop in
e416403#diff-be2905e2f5218ecdbe4e55637dac75f3R1430 do we?"
0 commit comments