We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2520deb commit 0a2e2c1Copy full SHA for 0a2e2c1
apps/aecore/lib/aecore/peers/worker.ex
@@ -48,7 +48,8 @@ defmodule Aecore.Peers.Worker do
48
end
49
50
@doc """
51
- Every async requests to the peers will be send from here
+ Making async post requests to the users
52
+ `type` is related to the uri e.g. /new_block
53
"""
54
@spec broadcast_to_all({type :: atom(), data :: term()}) :: :ok | :error
55
def broadcast_to_all({type, data}) do
0 commit comments