This commit is contained in:
jl777
2019-07-11 05:02:42 -11:00
parent e25d27e8c2
commit 200c155da6

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\n");
fprintf(stderr,"push pubkey %s\n",HexStr(vch).c_str());
}
return true;
case TX_SCRIPTHASH: