config: Allow overriding bootstrap peers

This commit is contained in:
Łukasz Magiera
2019-10-11 05:16:12 +02:00
parent 4334e4d93d
commit 9a536e7cc0
4 changed files with 25 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
package dtypes
import "github.com/libp2p/go-libp2p-core/peer"
type BootstrapPeers []peer.AddrInfo