Browse Source

Add Groestlcoin Blacklist URL (#735)

patch-2
Gruve_p 6 years ago
committed by Neil
parent
commit
bd9fcabc6e
  1. 1
      electrumx/lib/coins.py

1
electrumx/lib/coins.py

@ -2403,6 +2403,7 @@ class Groestlcoin(Coin):
TX_COUNT_HEIGHT = 1601528
TX_PER_BLOCK = 5
RPC_PORT = 1441
BLACKLIST_URL = 'https://groestlcoin.org/blacklist.json'
PEERS = [
'electrum1.groestlcoin.org s t',
'electrum2.groestlcoin.org s t',

Loading…
Cancel
Save