Skip to content

Commit

Permalink
look ahead constant
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Jul 1, 2023
1 parent 4071fdc commit e2b753f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/http_api/src/builder_states.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use state_processing::state_advance::partial_state_advance;
use std::sync::Arc;
use types::{BeaconState, EthSpec, ForkName, Slot, Withdrawals};

const MAX_EPOCH_LOOKAHEAD: u64 = 4;
const MAX_EPOCH_LOOKAHEAD: u64 = 2;

/// Get the withdrawals computed from the specified state, that will be included in the block
/// that gets built on the specified state.
Expand Down

0 comments on commit e2b753f

Please sign in to comment.