This commit is contained in:
blackjok3r
2018-10-31 15:16:06 +08:00
parent f0cb2e1187
commit f46d51c08f
2 changed files with 2 additions and 6 deletions

View File

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