Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Sep 12, 2023
1 parent cbf3f5d commit 8d7f6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ pub mod devnet {
pub const MAX_WITHDRAWALS_PER_PAYLOAD: usize = 16;
pub const MAX_BLS_TO_EXECUTION_CHANGES: usize = 16;
pub const MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP: usize = 16384;
pub const EPOCHS_PER_SYNC_COMMITTEE_PERIOD: Epoch = 10;
pub const EPOCHS_PER_SYNC_COMMITTEE_PERIOD: Epoch = 256;
}

0 comments on commit 8d7f6c4

Please sign in to comment.