From 337c2501ff378825aa6821a09a2b84ee013e14ed Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 27 Jul 2018 05:51:10 -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 170a4a50a..2e52b2861 100644 --- a/src/cc/rewards.cpp +++ b/src/cc/rewards.cpp @@ -189,7 +189,7 @@ uint64_t AddRewardsInputs(int32_t fundsflag,struct CCcontract_info *cp,CMutableT { if ( fundsflag != 0 && funcid != 'F' && funcid != 'A' ) continue; - else if ( fundsflag == 0 && (funcid != 'L' || tx.vout.size() < 4 ) + else if ( fundsflag == 0 && (funcid != 'L' || tx.vout.size() < 4) ) continue; if ( total != 0 && maxinputs != 0 ) mtx.vin.push_back(CTxIn(txid,vout,CScript()));