This commit is contained in:
blackjok3r
2018-10-31 14:51:23 +08:00
parent de707f9e1f
commit f0cb2e1187

View File

@@ -79,6 +79,7 @@ uint256 CalculateProofRoot(const char* symbol, uint32_t targetCCid, int kmdHeigh
if (nota.second.ccId == targetCCid) {
moms.push_back(nota.second.MoM);
fprintf(stderr, "added mom: %s\n",nota.second.MoM.GetHex().data());
}
}
}
}