Postpone redelegation to epoch 290 (#3362)

pull/3353/head
Rongjian Lan 4 years ago committed by GitHub
parent 79cf6afd37
commit 28c93b5427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      internal/params/config.go

@ -32,7 +32,7 @@ var (
PreStakingEpoch: big.NewInt(185),
QuickUnlockEpoch: big.NewInt(191),
FiveSecondsEpoch: big.NewInt(230),
RedelegationEpoch: big.NewInt(289),
RedelegationEpoch: big.NewInt(290),
EIP155Epoch: big.NewInt(28),
S3Epoch: big.NewInt(28),
ReceiptLogEpoch: big.NewInt(101),

Loading…
Cancel
Save