Skip to content

Commit

Permalink
fix small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
f3r10 committed Dec 11, 2023
1 parent c57aafc commit 01b3971
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ defmodule Helpers.SszStaticContainers.ComplexTestStruct do
:G
]

@type uint16 :: 0..unquote(2 ** 16 - 1)

@enforce_keys fields
defstruct fields

@type t :: %__MODULE__{
A: uint16(),
B: list(uint16()),
A: SszTypes.uint16(),
B: list(SszTypes.uint16()),
C: SszTypes.uint8(),
D: SszTypes.bitlist(),
E: VarTestStruct,
Expand Down

0 comments on commit 01b3971

Please sign in to comment.