Browse Source

remove for import, compile angry

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

2
src/cc/import.cpp

@ -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()))

Loading…
Cancel
Save