MAX APR to 25*COIN == 25%

This commit is contained in:
jl777
2018-08-09 22:45:53 -11:00
parent 2b6315fd13
commit 0c3cdfb4f3

View File

@@ -20,7 +20,7 @@
#include "CCinclude.h"
#define EVAL_REWARDS 0xe5
#define REWARDSCC_MAXAPR (COIN/4)
#define REWARDSCC_MAXAPR (COIN * 25)
bool RewardsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
UniValue RewardsInfo(uint256 rewardid);