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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user