remove print again

This commit is contained in:
blackjok3r
2018-11-12 10:40:49 +08:00
parent 7c50dd216c
commit 025d680a9e

View File

@@ -674,7 +674,7 @@ CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey,int32_t nHeight,in
}
else if ( USE_EXTERNAL_PUBKEY != 0 )
{
fprintf(stderr,"use notary pubkey\n");
//fprintf(stderr,"use notary pubkey\n");
scriptPubKey = CScript() << ParseHex(NOTARY_PUBKEY) << OP_CHECKSIG;
} else
{