Revert "Merge branch 'momom_printsonly' into master"
This reverts commite4e1c3874e, reversing changes made to9fbf73b632. revert this stupid commit git made by accident!
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user