fn key swapping

pull/1650/head
Ben Fong 5 years ago
parent 9ccc2db8a1
commit 31b9990baa
  1. 2
      internal/configs/sharding/mainnet.go

@ -48,7 +48,7 @@ type mainnetSchedule struct{}
func (mainnetSchedule) InstanceForEpoch(epoch *big.Int) Instance { func (mainnetSchedule) InstanceForEpoch(epoch *big.Int) Instance {
switch { switch {
case epoch.Cmp(big.NewInt(mainnetV1_3Epoch)) >= 0: 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 return mainnetV1_3
case epoch.Cmp(big.NewInt(mainnetV1_2Epoch)) >= 0: case epoch.Cmp(big.NewInt(mainnetV1_2Epoch)) >= 0:
// twenty-fifth resharding epoch around 09/06/2019 5:31am PDT // twenty-fifth resharding epoch around 09/06/2019 5:31am PDT

Loading…
Cancel
Save