From 984a9dc30a4e2609af080364e00a288e9c2b4614 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 9 Aug 2018 19:33:02 -1100 Subject: [PATCH] %% --- src/cc/rewards.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/rewards.cpp b/src/cc/rewards.cpp index 64d95c846..c84c73591 100644 --- a/src/cc/rewards.cpp +++ b/src/cc/rewards.cpp @@ -13,7 +13,7 @@ * * ******************************************************************************/ -#include "CCinclude.h" +#include "CCrewards.h" /* The rewards CC contract is initially for OOT, which needs this functionality. However, many of the attributes can be parameterized to allow different rewards programs to run. Multiple rewards plans could even run on the same blockchain, though the user would need to choose which one to lock funds into. @@ -428,7 +428,7 @@ std::string RewardsCreateFunding(uint64_t txfee,char *planstr,int64_t funds,int6 } if ( APR > REWARDSCC_MAXAPR ) { - fprintf(stderr,"25% APR is maximum\n"); + fprintf(stderr,"25%% APR is maximum\n"); return(0); } cp = CCinit(&C,EVAL_REWARDS);