Skip to content

Commit

Permalink
add options
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Dec 11, 2016
1 parent c2cf1da commit 2cdd703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const OFFLINE_ERROR_MESSAGE = 'The libp2p node is not started yet'
const IPFS_CODE = 421

class Node {
constructor (_modules, _peerInfo, _peerBook) {
constructor (_modules, _peerInfo, _peerBook, _options) {
assert(_modules, 'requires modules to equip libp2p with features')
assert(_peerInfo, 'requires a PeerInfo instance')

Expand Down

0 comments on commit 2cdd703

Please sign in to comment.