Skip to content

Commit

Permalink
Update Reward in Stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
muddafudda committed Jan 6, 2015
1 parent 7f586a4 commit 8558d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/statisticspage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void StatisticsPage::updateStatistics()
}
else if(pindexBest->nHeight < 15000)
{
subsidy = "200 CON";
subsidy = "150 CON";
}
else if(pindexBest->nHeight < 30000)
{
Expand Down

0 comments on commit 8558d90

Please sign in to comment.