add target to MoMoM print

This commit is contained in:
blackjok3r
2018-09-27 19:50:45 +08:00
parent f0587239fa
commit a5c1bc3360
3 changed files with 4 additions and 4 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("GetCrossChainProof MoMoM: %s\n", MoMoM.GetHex().data());
printf("[%s] GetCrossChainProof MoMoM: %s\n", targetSymbol,MoMoM.GetHex().data());
// Find index of source MoM in MoMoM
int nIndex;