Skip to content

Commit b044e6d

Browse files
committed
add TODO comment for process_pending_consolidations
1 parent 566221f commit b044e6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/lambda_ethereum_consensus/state_transition/epoch_processing.ex

+1
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ defmodule LambdaEthereumConsensus.StateTransition.EpochProcessing do
569569

570570
@spec process_pending_consolidations(BeaconState.t()) :: {:ok, BeaconState.t()}
571571
def process_pending_consolidations(%BeaconState{} = state) do
572+
# TODO: Not implemented yet
572573
{:ok, state}
573574
end
574575

0 commit comments

Comments
 (0)