Skip to content

Commit

Permalink
chain: Punt v2 height for Zen
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Oct 7, 2023
1 parent 00ded87 commit 1ffcbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ func TestnetZen() (*consensus.Network, types.Block) {
n.HardforkFoundation.PrimaryAddress = parseAddr("addr:053b2def3cbdd078c19d62ce2b4f0b1a3c5e0ffbeeff01280efb1f8969b2f5bb4fdc680f0807")
n.HardforkFoundation.FailsafeAddress = types.VoidAddress

n.HardforkV2.AllowHeight = 30000 // TBD
n.HardforkV2.RequireHeight = 32000 // ~two weeks later
n.HardforkV2.AllowHeight = 100000 // TBD
n.HardforkV2.RequireHeight = 102000 // ~two weeks later

b := types.Block{
Timestamp: n.HardforkOak.GenesisTimestamp,
Expand Down

0 comments on commit 1ffcbe7

Please sign in to comment.