fprintf?
This commit is contained in:
@@ -78,8 +78,8 @@ bool Eval::ImportCoin(const std::vector<uint8_t> params, const CTransaction &imp
|
|||||||
uint256 momom, target;
|
uint256 momom, target;
|
||||||
if (!GetProofRoot(proof.first, momom))
|
if (!GetProofRoot(proof.first, momom))
|
||||||
return Invalid("coudnt-load-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());
|
target = proof.second.Exec(burnTx.GetHash());
|
||||||
if (momom != proof.second.Exec(burnTx.GetHash()))
|
if (momom != proof.second.Exec(burnTx.GetHash()))
|
||||||
|
|||||||
Reference in New Issue
Block a user