We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022b0d5 commit 4480c53Copy full SHA for 4480c53
rolling-shutter/p2p/floodsubpeerdiscovery/gossippeerdiscovery.go
@@ -8,8 +8,9 @@ import (
8
pubsub "github.com/libp2p/go-libp2p-pubsub"
9
"github.com/libp2p/go-libp2p/core/peerstore"
10
"github.com/rs/zerolog/log"
11
- "github.com/shutter-network/rolling-shutter/rolling-shutter/medley/encodeable/address"
12
"google.golang.org/protobuf/proto"
+
13
+ "github.com/shutter-network/rolling-shutter/rolling-shutter/medley/encodeable/address"
14
)
15
16
const defaultTopic = "_peer-discovery._p2p._pubsub"
0 commit comments