This commit is contained in:
jl777
2019-07-05 04:12:10 -11:00
parent 78f26462ed
commit 3837c804a9
2 changed files with 4 additions and 1 deletions

View File

@@ -44,7 +44,10 @@ bool TransactionSignatureCreator::CreateSig(std::vector<unsigned char>& vchSig,
if (pprivKey)
key = *pprivKey;
else if (!keystore || !keystore->GetKey(address, key))
{
fprintf(stderr,"couldnt find key\n");
return false;
}
uint256 hash;
try {