Skip to content

Commit

Permalink
fix staking epoch number
Browse files Browse the repository at this point in the history
  • Loading branch information
rlan35 authored and Leo Chen committed May 13, 2020
1 parent 7c3c5b1 commit 053ded8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
ChainID: MainnetChainID,
CrossTxEpoch: big.NewInt(28),
CrossLinkEpoch: big.NewInt(186),
StakingEpoch: big.NewInt(185),
StakingEpoch: big.NewInt(186),
PreStakingEpoch: big.NewInt(185),
EIP155Epoch: big.NewInt(28),
S3Epoch: big.NewInt(28),
Expand Down

0 comments on commit 053ded8

Please sign in to comment.