Skip to content

Commit dcf06d7

Browse files
committed
change type slot
Signed-off-by: Chen Kai <281165273grape@gmail.com>
1 parent 82985b5 commit dcf06d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forkchoice/proto_array_lighthouse.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub const ValidExecutionStatusBecameInvalid = struct {
3434
};
3535

3636
pub const ProtoNode = struct {
37-
slot: u64,
37+
slot: primitives.Slot,
3838
state_root: primitives.Root,
3939
target_root: primitives.Root,
4040
root: primitives.Root,

0 commit comments

Comments
 (0)