Skip to content

Commit

Permalink
do not default explicit nodes to 127.0.0.1 in testnet yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Oct 5, 2024
1 parent b1a05cc commit 586d410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Testnet {
const node = new DHT({
ephemeral: true,
bootstrap: this.bootstrap,
host: '127.0.0.1',
// host: '127.0.0.1', (causes a test to fail, prop just cause it wants to use lan)
...opts
})

Expand Down

0 comments on commit 586d410

Please sign in to comment.