]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Fri, 27 Jul 2018 16:51:10 +0000 (05:51 -1100)
committerjl777 <[email protected]>
Fri, 27 Jul 2018 16:51:10 +0000 (05:51 -1100)
src/cc/rewards.cpp

index 170a4a50adcf0025a396f47d525b30f3c45615f8..2e52b2861210df89774e71044b79e586a4a1e005 100644 (file)
@@ -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()));
This page took 0.026832 seconds and 4 git commands to generate.