Skip to content

Commit

Permalink
fix testnet node
Browse files Browse the repository at this point in the history
  • Loading branch information
wakiyamap committed Jan 25, 2020
1 parent fc6fe2b commit 4453c37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chaincfg/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,7 @@ var TestNet4Params = Params{
Net: wire.TestNet4,
DefaultPort: "19403",
DNSSeeds: []DNSSeed{
{"testnet-dnsseed.monacoin.org", true},
{"electrumx1.testnet.monacoin.nl", true},
{"electrumx1.testnet.monacoin.ninja", true},
{"testnet-dnsseed.monacoin.org", false},
},

// Chain parameters
Expand Down

0 comments on commit 4453c37

Please sign in to comment.