Browse Source

fix error typo

pull/27/head
blackjok3r 6 years ago
parent
commit
2782c1fb5b
  1. 2
      src/cc/import.cpp

2
src/cc/import.cpp

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

Loading…
Cancel
Save