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

network_id is wrapped in its own list #440

Closed jadeallenx closed 2 years ago

jadeallenx commented 2 years ago

@jontow found that the network id assigned in miner was not being correctly passed through to libp2p because the network id itself is wrapped in a proplist that needs to be exacted first.

jontow commented 2 years ago

:+1: