Clear info N

This commit is contained in:
jl777
2019-07-11 01:33:53 -11:00
parent 3501a9cd4c
commit 2a771477ce
2 changed files with 2 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector<unsigned char>& vchSig,
}
else
{
fprintf(stderr,"signed success %s\n",(char *)HexStr(vchSig).c_str());
//fprintf(stderr,"signed success %s\n",(char *)HexStr(vchSig).c_str());
}
}
else