From c9bab2a8d2e8c4956faa58df052c8518ed23eee3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 24 Jul 2018 07:18:26 -1100 Subject: [PATCH] Fix --- src/cc/CCrewards.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/CCrewards.h b/src/cc/CCrewards.h index 35fe87960..8deff3d81 100644 --- a/src/cc/CCrewards.h +++ b/src/cc/CCrewards.h @@ -24,7 +24,7 @@ bool RewardsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); 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 RewardsLock(uint64_t txfee,char *planstr,uint64_t amount); std::string RewardsUnlock(uint64_t txfee); #endif