Skip to content

Commit c60b522

Browse files
committed
initialize balances cache in interop genesis state
1 parent 9ee134d commit c60b522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lcli/src/new_testnet.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ fn initialize_state_with_validators<E: EthSpec>(
292292
}
293293

294294
process_activations(&mut state, spec).unwrap();
295+
state.build_total_active_balance_cache(spec).unwrap();
295296

296297
if spec
297298
.altair_fork_epoch

0 commit comments

Comments
 (0)