Skip to content

Commit

Permalink
add slot-timer message
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorv-2204 committed Sep 5, 2022
1 parent c215943 commit 23baa4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/archethic/beacon_chain/slot_timer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ defmodule Archethic.BeaconChain.SlotTimer do

case :persistent_term.get(:archethic_up, nil) do
nil ->
Logger.info("Slot Timer: Waiting for Bootstrap to finish")

Archethic.PubSub.register_to_node_up()
{:ok, %{interval: interval}}

Expand Down

0 comments on commit 23baa4d

Please sign in to comment.