Enable redelegation and 7 epoch locking on testnet epoch 36500 (#3336)

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

@ -47,7 +47,7 @@ var (
PreStakingEpoch: big.NewInt(1),
QuickUnlockEpoch: big.NewInt(0),
FiveSecondsEpoch: big.NewInt(16500),
RedelegationEpoch: big.NewInt(10000000),
RedelegationEpoch: big.NewInt(36500),
EIP155Epoch: big.NewInt(0),
S3Epoch: big.NewInt(0),
ReceiptLogEpoch: big.NewInt(0),

Loading…
Cancel
Save