This commit is contained in:
jl777
2019-07-10 22:19:06 -11:00
parent 39993614d0
commit 14f86959b4
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector<unsigned char>& vchSig,
key = *pprivKey;
else if (!keystore || !keystore->GetKey(address, key))
{
fprintf(stderr,"keystore error\n");
fprintf(stderr,"size.%d keystore.%p error\n",(int32_t)keystore.size(),keystore);
return false;
}
if (scriptCode.IsPayToCryptoCondition())