Browse Source
Removed trailing comma in peers.json.
get-transaction-merkle
Corey Phillips
4 years ago
No known key found for this signature in database
GPG Key ID: 80C0975F55D3A07B
1 changed files with
1 additions and
1 deletions
-
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} |
|
|
|
] |
|
|
|
} |
|
|
|