fix error typo

This commit is contained in:
blackjok3r
2018-09-30 12:31:16 +08:00
parent 985808cbb4
commit 2782c1fb5b

View File

@@ -87,7 +87,7 @@ bool Eval::ImportCoin(const std::vector<uint8_t> params, const CTransaction &imp
target = proof.second.Exec(burnTx.GetHash()); target = proof.second.Exec(burnTx.GetHash());
if (momom != proof.second.Exec(burnTx.GetHash())) if (momom != proof.second.Exec(burnTx.GetHash()))
return Invalid("momom-check-fai"); return Invalid("momom-check-fail");
} }
return Valid(); return Valid();