Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joecaswell committed Apr 12, 2022
1 parent 059ab21 commit 451688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peerbook/libp2p_peer_resolution.erl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install_handler(G, Handle) ->

-spec handle_gossip_data(pid(), seed | inbound | peerbook, string(), {string(), binary()}, libp2p_peerbook:peerbook()) -> {reply, iodata()} | noreply.
handle_gossip_data(_StreamPid, _Kind, undefined, {_Path, _Data}, _Handle) ->
noteply;
noreply;
handle_gossip_data(_StreamPid, Kind, GossipPeer, {_Path, Data}, Handle) ->
%% check this peer is actually legitimately connected to us so
%% we don't poison the throttle
Expand Down

0 comments on commit 451688b

Please sign in to comment.