This commit is contained in:
blackjok3r
2018-09-27 20:57:58 +08:00
parent 32ed8b0444
commit 97a59fc2c6

View File

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