This commit is contained in:
blackjok3r
2018-11-12 01:33:57 +08:00
parent eb7f16be6a
commit 7c50dd216c
3 changed files with 3 additions and 4 deletions

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
{