Skip to content

Commit f8b84b7

Browse files
committed
Format
1 parent d60cea4 commit f8b84b7

File tree

1 file changed

+5
-2
lines changed
  • lib/lambda_ethereum_consensus/validator

1 file changed

+5
-2
lines changed

lib/lambda_ethereum_consensus/validator/duties.ex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@ defmodule LambdaEthereumConsensus.Validator.Duties do
7272

7373
new_sync_committees =
7474
case sync_committee_compute_check(epoch, {last_epoch, Map.get(duties_map, last_epoch)}) do
75-
{:already_computed, sync_committees} -> sync_committees
75+
{:already_computed, sync_committees} ->
76+
sync_committees
77+
7678
{:not_computed, period} ->
77-
Logger.debug("[Duties] Computing sync committees for period: #{period} and epoch: #{epoch}.")
79+
Logger.debug("[Duties] Computing sync committees for period: #{period}.")
80+
7881
compute_current_sync_committees(beacon, validators)
7982
end
8083

0 commit comments

Comments
 (0)