make quick unlock epoch 191 (#3095)

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

@ -30,7 +30,7 @@ var (
CrossLinkEpoch: big.NewInt(186),
StakingEpoch: big.NewInt(186),
PreStakingEpoch: big.NewInt(185),
QuickUnlockEpoch: big.NewInt(190), // Around May 25 11:44 PM PST 2020
QuickUnlockEpoch: big.NewInt(191),
EIP155Epoch: big.NewInt(28),
S3Epoch: big.NewInt(28),
ReceiptLogEpoch: big.NewInt(101),

Loading…
Cancel
Save