diff --git a/src/script/sign.cpp b/src/script/sign.cpp index e4ab3525d..1c33fd81a 100644 --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -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: