This commit is contained in:
jl777
2018-07-24 07:44:11 -11:00
parent 1f658f5912
commit f0f5f6c09b
3 changed files with 34 additions and 28 deletions

View File

@@ -25,6 +25,6 @@ bool RewardsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &t
std::string RewardsFund(uint64_t txfee,char *planstr,uint64_t funds,uint64_t APR,uint64_t minseconds,uint64_t maxseconds,uint64_t mindeposit);
std::string RewardsLock(uint64_t txfee,char *planstr,uint64_t amount);
std::string RewardsUnlock(uint64_t txfee);
std::string RewardsUnlock(uint64_t txfee,char *planstr,uint256 txid);
#endif