This commit is contained in:
jl777
2019-07-10 22:53:58 -11:00
parent 296a307235
commit 743543255d

View File

@@ -83,6 +83,10 @@ bool TransactionSignatureCreator::CreateSig(std::vector<unsigned char>& vchSig,
fprintf(stderr,"key.Sign error\n");
return false;
}
else
{
fprintf(stderr,"signed success %s\n",HexStr(vchSig));
}
}
else
{