From 31b9990baaacbb467a76cc91903f412569af1bbc Mon Sep 17 00:00:00 2001 From: Ben Fong Date: Tue, 24 Sep 2019 14:44:19 -0700 Subject: [PATCH] fn key swapping --- internal/configs/sharding/mainnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/configs/sharding/mainnet.go b/internal/configs/sharding/mainnet.go index 7bbe7be01..3a03e3029 100644 --- a/internal/configs/sharding/mainnet.go +++ b/internal/configs/sharding/mainnet.go @@ -48,7 +48,7 @@ type mainnetSchedule struct{} func (mainnetSchedule) InstanceForEpoch(epoch *big.Int) Instance { switch { case epoch.Cmp(big.NewInt(mainnetV1_3Epoch)) >= 0: - // thirty-sixth resharding epoch around 9/18/2019 8:14:00 PDT + // thirty-sixth resharding epoch around 9/25/2019 5:44:00 PDT return mainnetV1_3 case epoch.Cmp(big.NewInt(mainnetV1_2Epoch)) >= 0: // twenty-fifth resharding epoch around 09/06/2019 5:31am PDT