Skip to content

Commit

Permalink
Remove BCH testnet default peer.
Browse files Browse the repository at this point in the history
  • Loading branch information
martonp committed Nov 17, 2022
1 parent 6764224 commit 85a5cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/asset/bch/spv.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (w *bchSPVWallet) Start() (btc.SPVService, error) {
// addPeers = []string{"cfilters.ssgen.io"}
case bchwire.TestNet4:
// Add the address for a local bchd testnet4 node.
defaultPeers = []string{"localhost:28333"}
defaultPeers = []string{}
case bchwire.TestNet, bchwire.SimNet: // plain "wire.TestNet" is regnet!
defaultPeers = []string{"localhost:21577"}
}
Expand Down

0 comments on commit 85a5cdf

Please sign in to comment.