Browse Source

-size

warmup
jl777 5 years ago
parent
commit
2f62d0eec3
  1. 2
      src/script/sign.cpp

2
src/script/sign.cpp

@ -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())

Loading…
Cancel
Save