make it so prints are diffrent.

This commit is contained in:
blackjok3r
2018-09-19 15:31:09 +08:00
parent 47656a74d0
commit 53771be236
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ TxProof GetCrossChainProof(const uint256 txid, const char* targetSymbol, uint32_
if (MoMoM.IsNull())
throw std::runtime_error("No MoMs found");
printf("momom: %s\n", MoMoM.GetHex().data());
printf("GetCrossChainProof MoMoM: %s\n", MoMoM.GetHex().data());
// Find index of source MoM in MoMoM
int nIndex;