function doc

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

@ -62,6 +62,7 @@ defmodule Explorer.Staking.EpochCounter do
{:noreply, state}
end
@doc "Handles new blocks and decides to fetch new epoch info"
def handle_info({:chain_event, :blocks, :realtime, blocks}, state) do
new_block_number =
blocks

Loading…
Cancel
Save