getMyEval() resurrection

This commit is contained in:
dimxy
2019-01-12 16:11:04 +05:00
parent 0d6eb9853a
commit bfce0c18b8
3 changed files with 8 additions and 6 deletions

View File

@@ -725,7 +725,7 @@ template <typename Helper> std::string HeirFund(uint64_t txfee, int64_t amount,
CMutableTransaction mtx = CreateNewContextualCMutableTransaction(Params().GetConsensus(), komodo_nextheight());
struct CCcontract_info *cp, C;
cp = CCinit(&C, EVAL_HEIR);
cp = CCinit(&C, Helper::getMyEval());
if (txfee == 0)
txfee = 10000;