Skip to content

Commit

Permalink
main: 2nd Anagami era
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Dec 11, 2023
1 parent f477395 commit b08e34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/walletd/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestnetAnagami() (*consensus.Network, types.Block) {

n.HardforkOak.Height = 5
n.HardforkOak.FixHeight = 8
n.HardforkOak.GenesisTimestamp = time.Unix(1697100000, 0) // Oct 12, 2023 @ 08:40 GMT
n.HardforkOak.GenesisTimestamp = time.Unix(1702300000, 0) // Dec 11, 2023 @ 13:06 GMT

n.HardforkASIC.Height = 13
n.HardforkASIC.OakTime = 10 * time.Minute
Expand Down

0 comments on commit b08e34e

Please sign in to comment.