Skip to content

Commit

Permalink
Merge pull request #19 from SiaFoundation/alex/mode
Browse files Browse the repository at this point in the history
chore: update network transition mode heights
  • Loading branch information
n8maninger authored Jan 23, 2025
2 parents 31c98ef + 6e57b74 commit 019739f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/clusterd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit 019739f

Please sign in to comment.