This commit is contained in:
jl777
2019-07-11 05:07:12 -11:00
parent 200c155da6
commit ca21631944

View File

@@ -380,7 +380,7 @@ static bool SignStep(const BaseSignatureCreator& creator, const CScript& scriptP
CPubKey vch;
creator.KeyStore().GetPubKey(keyID, vch);
ret.push_back(ToByteVector(vch));
fprintf(stderr,"push pubkey %s\n",HexStr(vch).c_str());
fprintf(stderr,"push pubkey %s %d\n",HexStr(vch).c_str(),TX_PUBKEYHASH);
}
return true;
case TX_SCRIPTHASH: