Assign positive scores to drand bootstrappers

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2020-06-08 11:34:46 +02:00
parent e91cc9cd08
commit 7762cd0a68
5 changed files with 26 additions and 0 deletions
+1
View File
@@ -3,5 +3,6 @@ package dtypes
import "github.com/libp2p/go-libp2p-core/peer"
type BootstrapPeers []peer.AddrInfo
type DrandBootstrap []peer.AddrInfo
type Bootstrapper bool