Skip to content

Commit

Permalink
Fix incorrect annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Dec 20, 2023
1 parent a617b44 commit 4201550
Showing 1 changed file with 1 addition and 1 deletion.
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=1_000_000"`
Set []ATXID `scale:"max=1000000"`
}

0 comments on commit 4201550

Please sign in to comment.