remove for import, compile angry

This commit is contained in:
blackjok3r
2018-09-27 20:00:40 +08:00
parent a5c1bc3360
commit eddc4d5395

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("[%s] IMPORT momom: %s\n", targetSymbol,momom.GetHex().data());
printf("IMPORT momom: %s\n", momom.GetHex().data());
target = proof.second.Exec(burnTx.GetHash());
if (momom != proof.second.Exec(burnTx.GetHash()))