-size
This commit is contained in:
@@ -56,7 +56,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector<unsigned char>& vchSig,
|
|||||||
key = *pprivKey;
|
key = *pprivKey;
|
||||||
else if (!keystore || !keystore->GetKey(address, key))
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
if (scriptCode.IsPayToCryptoCondition())
|
if (scriptCode.IsPayToCryptoCondition())
|
||||||
|
|||||||
Reference in New Issue
Block a user