helium / erlang-libp2p

An Erlang implementation of libp2p swarms
https://helium.github.io/erlang-libp2p
Apache License 2.0
121 stars 34 forks source link

remove duplicate call to changed_listener #418

Closed ci-work closed 2 years ago

ci-work commented 2 years ago

libp2p_config:remove_listener and libp2p_config:insert_listener both call libp2p_peerbook:changed_listener, so this additional call is not needed