This commit is contained in:
jl777
2019-07-10 22:24:25 -11:00
parent 3bab8916c2
commit 2f62d0eec3

View File

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