Added stuff that NEEDS IMPLEMENTING

This commit is contained in:
Mark Mackey
2022-11-09 19:35:01 -06:00
parent 2d01ae6036
commit 2191242341
2 changed files with 16 additions and 1 deletions

View File

@@ -142,6 +142,8 @@ impl<T: EthSpec> PersistedOperationPool<T> {
attester_slashings,
proposer_slashings,
voluntary_exits,
// FIXME: IMPLEMENT THIS
bls_to_execution_changes: Default::default(),
reward_cache: Default::default(),
_phantom: Default::default(),
};