This commit is contained in:
jl777
2018-07-25 06:00:30 -11:00
parent e95b95821e
commit 4f394f4477

View File

@@ -4984,7 +4984,7 @@ UniValue rewardscreatefunding(const UniValue& params, bool fHelp)
}
}
}
hex = RewardsFund(0,name,funds,APR,minseconds,maxseconds,mindeposit);
hex = RewardsCreateFunding(0,name,funds,APR,minseconds,maxseconds,mindeposit);
if ( hex.size() > 0 )
{
result.push_back(Pair("result", "success"));