Skip to content

Commit

Permalink
Update EthereumPayoutHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Aug 9, 2024
1 parent b13f30f commit a108897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ internal static decimal GetBaseBlockReward(GethChainType chainType, ulong height
return OctaSpaceConstants.OldenburgBlockReward;
if(height >= OctaSpaceConstants.ArcturusHardForkHeight)
return OctaSpaceConstants.ArcturusBlockReward;

return OctaSpaceConstants.BaseRewardInitial;

case GethChainType.RedeV2:
Expand Down

0 comments on commit a108897

Please sign in to comment.