Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3022 from mrfelton/fix/neutrino-testnet
Browse files Browse the repository at this point in the history
fix(lnd): switch to testnet1 and testnet2 neutrino peers
  • Loading branch information
mrfelton authored Oct 20, 2019
2 parents cb129ca + 754a966 commit 0bc8fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {

neutrino: {
bitcoin: {
testnet: ['testnet3-btcd.zaphq.io', 'testnet4-btcd.zaphq.io'],
testnet: ['testnet1-btcd.zaphq.io', 'testnet2-btcd.zaphq.io'],
mainnet: ['mainnet1-btcd.zaphq.io', 'mainnet2-btcd.zaphq.io'],
},
litecoin: {
Expand Down

0 comments on commit 0bc8fc4

Please sign in to comment.