diff --git a/src/script/sign.cpp b/src/script/sign.cpp index df6d0422e..8aaa4b191 100644 --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -83,6 +83,10 @@ bool TransactionSignatureCreator::CreateSig(std::vector& vchSig, fprintf(stderr,"key.Sign error\n"); return false; } + else + { + fprintf(stderr,"signed success %s\n",HexStr(vchSig)); + } } else {