From b6f1b2dcc11007023e030a2c0b206e8573ad9b59 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Thu, 25 Apr 2019 10:14:23 +0800 Subject: [PATCH] remove print --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index e199acccd..3e1ba3be2 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -721,7 +721,7 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32 } return(0); } - fprintf(stderr, "Created notary payment coinbase totalsat.%lu\n",totalsats); + //fprintf(stderr, "Created notary payment coinbase totalsat.%lu\n",totalsats); } else fprintf(stderr, "vout 2 of notarisation is not OP_RETURN scriptlen.%i\n", scriptlen); } if ( ASSETCHAINS_CBOPRET != 0 )