Skip to content

Commit

Permalink
feat: default profile as dhtclient
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 20, 2018
1 parent 7063d66 commit fdc975a
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 @@ -72,7 +72,7 @@ function onStartDaemon (node) {
}
}

node.start((err, api) => {
node.start(['--routing=dhtclient'], (err, api) => {
if (err) {
handleKnownErrors(err)
return
Expand Down

0 comments on commit fdc975a

Please sign in to comment.