Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 8a51eb3

Browse files
committed
update dep
1 parent 3cdfcb0 commit 8a51eb3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"ipld-resolver": "^0.4.0",
9292
"isstream": "^0.1.2",
9393
"joi": "^10.0.1",
94-
"libp2p-floodsub": "0.3.1",
94+
"libp2p-floodsub": "0.4.0",
9595
"libp2p-ipfs-browser": "^0.17.0",
9696
"libp2p-ipfs-nodejs": "^0.16.1",
9797
"lodash.flatmap": "^4.5.0",

src/core/components/go-online.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ module.exports = function goOnline (self) {
2222
)
2323
self._bitswap.start()
2424
self._blockService.goOnline(self._bitswap)
25-
26-
//
27-
self._pubsub = new FloodSub(self._libp2pNode)
28-
//
25+
// self._pubsub = new FloodSub(self._libp2pNode)
2926

3027
cb()
3128
})

0 commit comments

Comments
 (0)