Merge branch 'unstable' of https://github.com/sigp/lighthouse into eip4844

This commit is contained in:
realbigsean
2022-11-04 13:23:55 -04:00
26 changed files with 37 additions and 77 deletions

View File

@@ -267,7 +267,7 @@ impl<T: EthSpec> OperationPool<T> {
&prev_epoch_key,
&*all_attestations,
state,
&*reward_cache,
&reward_cache,
total_active_balance,
prev_epoch_validity_filter,
spec,
@@ -278,7 +278,7 @@ impl<T: EthSpec> OperationPool<T> {
&curr_epoch_key,
&*all_attestations,
state,
&*reward_cache,
&reward_cache,
total_active_balance,
curr_epoch_validity_filter,
spec,