From 93637d45bfc7c8a9c3ebf5c2cb2e2fc9bd5ab102 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 28 Jul 2018 00:34:09 -1100 Subject: [PATCH] Test --- src/cc/rewards.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/rewards.cpp b/src/cc/rewards.cpp index a05ff915f..70ae6fb75 100644 --- a/src/cc/rewards.cpp +++ b/src/cc/rewards.cpp @@ -291,7 +291,7 @@ uint64_t AddRewardsInputs(CScript &scriptPubKey,int32_t fundsflag,struct CCcontr n++; if ( (total > 0 && totalinputs >= total) || (maxinputs > 0 && n >= maxinputs) ) break; - } + } else fprintf(stderr,"null funcid\n"); } } return(totalinputs);