Browse Source

remove print

pull/27/head
blackjok3r 5 years ago
parent
commit
b6f1b2dcc1
  1. 2
      src/miner.cpp

2
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 )

Loading…
Cancel
Save