Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/BlockReward.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract BlockReward is EternalStorage, BlockRewardBase {

uint256 public constant DECIMALS = 10 ** 18;
uint256 public constant INFLATION = 5;
uint256 public constant BLOCKS_PER_YEAR = 6307200;
uint256 public constant BLOCKS_PER_YEAR = 15768000;

/**
* @dev This event will be emitted every block, describing the rewards given
Expand Down