Skip to content

Commit

Permalink
Rewards Validation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thesolarminer committed Jan 18, 2021
1 parent 5ce20f9 commit b90e6bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/smartrewards/rewardspayments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,23 @@ SmartRewardPayments::Result SmartRewardPayments::Validate(const CBlock& block, i
smartReward = 109307197536547;
return SmartRewardPayments::Valid;
}
if (nHeight == 1992799) {
smartReward = 66590668213606;
return SmartRewardPayments::Valid;
}
if (nHeight == 1992804) {
smartReward = 69767403092764;
return SmartRewardPayments::Valid;
}
if (nHeight == 1992809) {
smartReward = 68993894112460;
return SmartRewardPayments::Valid;
}
if (nHeight == 1992814) {
smartReward = 32976434780252;
return SmartRewardPayments::Valid;
}


LOCK(cs_rewardscache);

Expand Down

0 comments on commit b90e6bb

Please sign in to comment.