From b49c619ca851ec6e832243b633efee4c57af5e40 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Wed, 1 Jul 2020 09:22:29 +0200 Subject: [PATCH] export public field types (#248) * export public field types * one more --- libp2p/peerinfo.nim | 2 ++ 1 file changed, 2 insertions(+) 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