Skip to content

Commit

Permalink
Update EthereumPayoutHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jun 20, 2024
1 parent 817f76a commit 05b8dfb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ internal static decimal GetBaseBlockReward(GethChainType chainType, ulong height
return SlayerXConstants.BaseRewardInitial - (SlayerXConstants.BaseRewardInitial * (SlayerXConstants.StakePercent / 100));

case GethChainType.OctaSpace:

Check failure on line 505 in src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs

View workflow job for this annotation

GitHub Actions / build

The switch statement contains multiple cases with the label value '800001'

Check failure on line 505 in src/Miningcore/Blockchain/Ethereum/EthereumPayoutHandler.cs

View workflow job for this annotation

GitHub Actions / build

The switch statement contains multiple cases with the label value '800001'
case GethChainType.OctaSpaceTestnet:
if(height >= OctaSpaceConstants.TriangulumHardForkHeight)
return OctaSpaceConstants.TriangulumBlockReward;
if(height >= OctaSpaceConstants.VegaHardForkHeight)
Expand Down

0 comments on commit 05b8dfb

Please sign in to comment.