add some prints

This commit is contained in:
blackjok3r
2018-10-16 13:36:24 +08:00
parent c175848729
commit 0d63c1f908
2 changed files with 5 additions and 1 deletions

View File

@@ -609,6 +609,7 @@ CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey,int32_t nHeight,in
if ( (nHeight == 1 || ASSETCHAINS_STREAM != 0 ) && ASSETCHAINS_OVERRIDE_PUBKEY33[0] != 0 )
{
scriptPubKey = CScript() << ParseHex(ASSETCHAINS_OVERRIDE_PUBKEY) << OP_CHECKSIG;
fprintf(stderr, "assechains stream should be mining to override pubkey\n");
}
else if ( USE_EXTERNAL_PUBKEY != 0 )
{