eval_heir corrected temp in HeirClaim

This commit is contained in:
dimxy
2019-01-10 16:12:09 +05:00
parent 37105d851a
commit 092b4c987a

View File

@@ -864,7 +864,8 @@ template <typename Helper>UniValue HeirClaim(uint256 fundingtxid, uint64_t txfee
uint8_t hasHeirSpendingBegun = 0;
cp = CCinit(&C, Helper::getMyEval());
//cp = CCinit(&C, Helper::getMyEval());
cp = CCinit(&C, EVAL_HEIR);
if (txfee == 0)
txfee = 10000;