remove print

This commit is contained in:
blackjok3r
2019-04-25 10:14:23 +08:00
parent a44390244c
commit b6f1b2dcc1

View File

@@ -721,7 +721,7 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
} }
return(0); 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); } else fprintf(stderr, "vout 2 of notarisation is not OP_RETURN scriptlen.%i\n", scriptlen);
} }
if ( ASSETCHAINS_CBOPRET != 0 ) if ( ASSETCHAINS_CBOPRET != 0 )