diff --git a/libp2p/peerinfo.nim b/libp2p/peerinfo.nim index 978d048..2b53533 100644 --- a/libp2p/peerinfo.nim +++ b/libp2p/peerinfo.nim @@ -11,6 +11,8 @@ import options, sequtils import chronos, chronicles import peerid, multiaddress, crypto/crypto +export peerid, multiaddress, crypto + ## A peer can be constructed in one of tree ways: ## 1) A local peer with a private key ## 2) A remote peer with a PeerID and it's public key stored