Browse Source

-print

pull/4/head
jl777 5 years ago
parent
commit
f20d2860de
  1. 2
      src/cc/faucet.cpp

2
src/cc/faucet.cpp

@ -126,7 +126,7 @@ bool FaucetValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx
{
return eval->Invalid("faucet is only for brand new addresses");
}
fprintf(stderr,"txid %s numblocks.%d ago\n",uint256_str(str,it->first.txhash),numblocks);
//fprintf(stderr,"txid %s numblocks.%d ago\n",uint256_str(str,it->first.txhash),numblocks);
}
retval = PreventCC(eval,tx,preventCCvins,numvins,preventCCvouts,numvouts);
if ( retval != 0 )

Loading…
Cancel
Save