Skip to content

Commit a505c53

Browse files
committed
Rewards Fixes
1 parent ce62fd9 commit a505c53

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/smartrewards/rewardspayments.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,8 @@ SmartRewardPayments::Result SmartRewardPayments::Validate(const CBlock& block, i
201201
if( result == SmartRewardPayments::Valid && rewards.size() ) {
202202

203203
LogPrintf("ValidateRewardPayments -- found rewardblock at height %d with %d payees\n", nHeight, rewards.size());
204-
if (nHeight >= 1700000 ) {
205-
smartReward = 196590668213606;
204+
smartReward = 300000000000000;
206205
return SmartRewardPayments::Valid;
207-
} else {
208-
smartReward = 266590668213606;
209-
return SmartRewardPayments::Valid;
210-
}
211206
/* else {
212207
for( auto payout : rewards )
213208
{

0 commit comments

Comments
 (0)