Skip to content

Commit 0a2e2c1

Browse files
committed
[GH-#75] Refactoring
1 parent 2520deb commit 0a2e2c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/aecore/lib/aecore/peers/worker.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ defmodule Aecore.Peers.Worker do
4848
end
4949

5050
@doc """
51-
Every async requests to the peers will be send from here
51+
Making async post requests to the users
52+
`type` is related to the uri e.g. /new_block
5253
"""
5354
@spec broadcast_to_all({type :: atom(), data :: term()}) :: :ok | :error
5455
def broadcast_to_all({type, data}) do

0 commit comments

Comments
 (0)