Skip to content

Commit

Permalink
initialize balances cache in interop genesis state
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Apr 25, 2024
1 parent 9ee134d commit c60b522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lcli/src/new_testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ fn initialize_state_with_validators<E: EthSpec>(
}

process_activations(&mut state, spec).unwrap();
state.build_total_active_balance_cache(spec).unwrap();

if spec
.altair_fork_epoch
Expand Down

0 comments on commit c60b522

Please sign in to comment.