diff --git a/cmd/clusterd/main.go b/cmd/clusterd/main.go index 5516120..ee4beb3 100644 --- a/cmd/clusterd/main.go +++ b/cmd/clusterd/main.go @@ -124,8 +124,8 @@ func main() { n.HardforkV2.AllowHeight = 2 n.HardforkV2.RequireHeight = 3 case "transition": - n.HardforkV2.AllowHeight = 200 // attainable and after 144 - n.HardforkV2.RequireHeight = 300 + n.HardforkV2.AllowHeight = 300 + n.HardforkV2.RequireHeight = 400 default: log.Fatal("invalid network", zap.String("network", network)) }