Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pkgs/types/src/lib.zig
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ pub const Interval = u64;
pub const ValidatorIndex = u64;
pub const Bytes48 = [48]u8;

//update signature size to 4000 after ssz is fixed
pub const SIGSIZE = 40;
pub const SIGSIZE = 4000;
pub const Bytes4000 = [SIGSIZE]u8;

pub const Root = Bytes32;
Expand Down