Skip to content

Commit

Permalink
Adjust ATX limit to 1_500_000 (#5512)
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmej committed Jan 29, 2024
1 parent bb31280 commit 89d9ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/types/activation.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,5 +503,5 @@ func ATXIDsToHashes(ids []ATXID) []Hash32 {

type EpochActiveSet struct {
Epoch EpochID
Set []ATXID `scale:"max=1000000"`
Set []ATXID `scale:"max=1500000"`
}
4 changes: 2 additions & 2 deletions common/types/activation_scale.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89d9ad4

Please sign in to comment.