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

@@ -79,7 +79,7 @@ bool Eval::ImportCoin(const std::vector<uint8_t> params, const CTransaction &imp
if (!GetProofRoot(proof.first, momom))
return Invalid("coudnt-load-momom");
printf("momom: %s\n", momom.GetHex().data());
printf("IMPORT momom: %s\n", momom.GetHex().data());
target = proof.second.Exec(burnTx.GetHash());
if (momom != proof.second.Exec(burnTx.GetHash()))