diff --git a/src/script/sign.cpp b/src/script/sign.cpp index e92634526..aba91f953 100644 --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -56,7 +56,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector& 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())