Skip to content

Commit

Permalink
Update genesis time
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Nov 15, 2018
1 parent 228e59a commit 5fe9baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis/genesis.go
Expand Up @@ -13,7 +13,7 @@ import (

var (
Network = "minter-test-network-26"
genesisTime = time.Date(2018, 11, 16, 15, 0, 0, 0, time.UTC)
genesisTime = time.Date(2018, 11, 16, 9, 0, 0, 0, time.UTC)
)

func GetTestnetGenesis() (*tmtypes.GenesisDoc, error) {
Expand Down

0 comments on commit 5fe9baf

Please sign in to comment.