pull/1916/head
saneery 6 years ago
parent 2f4d569acd
commit 42b2109349
  1. 3
      apps/explorer/lib/explorer/staking/epoch_counter.ex

@ -1,6 +1,7 @@
defmodule Explorer.Staking.EpochCounter do defmodule Explorer.Staking.EpochCounter do
@moduledoc """ @moduledoc """
Fetches current staking epoch number and the epoch end block number Fetches current staking epoch number and the epoch end block number.
It subscribes to handle new blocks and conclude whether the epoch is over.
""" """
use GenServer use GenServer

Loading…
Cancel
Save