Browse Source

Removed trailing comma in peers.json.

get-transaction-merkle
Corey Phillips 4 years ago
parent
commit
6000557684
No known key found for this signature in database GPG Key ID: 80C0975F55D3A07B
  1. 2
      helpers/peers.json

2
helpers/peers.json

@ -24,6 +24,6 @@
{"host": "tn.not.fyi", "ssl": 55002, "tcp": 55001},
{"host": "bitcoin.cluelessperson.com", "ssl": 51002, "tcp": 51001},
{"host": "electrum.blockstream.info", "ssl": 60002, "tcp": 60001},
{"host": "testnet.aranguren.org", "ssl": 51002, "tcp": 51001},
{"host": "testnet.aranguren.org", "ssl": 51002, "tcp": 51001}
]
}

Loading…
Cancel
Save