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

@@ -162,11 +162,7 @@ TxProof GetCrossChainProof(const uint256 txid, const char* targetSymbol, uint32_
if (MoMoM.IsNull())
throw std::runtime_error("No MoMs found");
printf("[%s] GetCrossChainProof MoMoM: %s\n", targetSymbol,MoMoM.GetHex().data());
FILE * fptr;
fptr = fopen("/home/cc/acmomom", "a+");
fprintf(fptr, "%s\n", MoMoM.GetHex().data());
fclose(fptr);
printf("GetCrossChainProof MoMoM: %s\n", MoMoM.GetHex().data());
// Find index of source MoM in MoMoM
int nIndex;