Revert "Merge branch 'momom_printsonly' into master"

This reverts commit e4e1c3874e, reversing
changes made to 9fbf73b632.

revert this stupid commit git made by accident!
This commit is contained in:
blackjok3r
2018-10-31 12:20:06 +08:00
parent e4e1c3874e
commit e0235aa036
5 changed files with 31 additions and 40 deletions

View File

@@ -79,11 +79,7 @@ bool Eval::ImportCoin(const std::vector<uint8_t> params, const CTransaction &imp
if (!GetProofRoot(proof.first, momom))
return Invalid("coudnt-load-momom");
fprintf(stderr,"IMPORT momom: %s\n", momom.GetHex().data());
FILE * fptr;
fptr = fopen("/home/cc/kmdmomom", "a+");
fprintf(fptr, "%s\n", momom.GetHex().data());
fclose(fptr);
printf("IMPORT momom: %s\n", momom.GetHex().data());
target = proof.second.Exec(burnTx.GetHash());
if (momom != proof.second.Exec(burnTx.GetHash()))