This commit is contained in:
jl777
2019-03-21 21:37:19 -11:00
parent 5560b8574b
commit 5af957ff13
2 changed files with 8 additions and 5 deletions

View File

@@ -301,7 +301,6 @@ std::string FinalizeCCTx(uint64_t CCmask,struct CCcontract_info *cp,CMutableTran
if ( othertokenscond != 0 )
cc_free(othertokenscond);
std::string strHex = EncodeHexTx(mtx);
fprintf(stderr,"hex.(%s)\n",strHex.c_str());
if ( strHex.size() > 0 )
return(strHex);
else return("0");