Skip to content

Commit

Permalink
Update consensus/types/src/chain_spec.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean authored Jul 1, 2024
1 parent c9fe10b commit 69ac342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consensus/types/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ pub struct ChainSpec {
pub electra_fork_version: [u8; 4],
/// The Electra fork epoch is optional, with `None` representing "Electra never happens".
pub electra_fork_epoch: Option<Epoch>,
// TODO(pawan): this shouldn't be a config parameter?
pub unset_deposit_requests_start_index: u64,
pub full_exit_request_amount: u64,
pub min_activation_balance: u64,
Expand Down

0 comments on commit 69ac342

Please sign in to comment.