Skip to content

Commit

Permalink
Fix notifying node_up
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorv-2204 committed Sep 2, 2022
1 parent 6099587 commit 89b6235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic/bootstrap.ex
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ defmodule Archethic.Bootstrap do
SelfRepair.start_scheduler()

:persistent_term.put(:archethic_up, :up)
Archethic.PubSub.notify_node_up(:persistent_term.get(:archethic_up, nil))
Archethic.PubSub.notify_node_up(:up)
Listener.listen()
end

Expand Down

0 comments on commit 89b6235

Please sign in to comment.