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

Commit

Permalink
fix: pass a first arg to bitswap to be removed after new bitswap is m…
Browse files Browse the repository at this point in the history
…erged, so that tests pass now
  • Loading branch information
daviddias committed Dec 23, 2016
1 parent d898665 commit bddcee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/components/go-online.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = function goOnline (self) {
}

self._bitswap = new Bitswap(
{}, // TODO remove when new bitswap is merged
self._libp2pNode,
self._repo.blockstore,
self._libp2pNode.peerBook
Expand Down

0 comments on commit bddcee7

Please sign in to comment.