From 7659a2667dd9978f836706782dcb45c1ca4bc3a2 Mon Sep 17 00:00:00 2001 From: Jin Eguchi Date: Sun, 10 Feb 2019 08:44:46 +0900 Subject: [PATCH] Add monacoin's blacklist.json (#730) --- electrumx/lib/coins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/electrumx/lib/coins.py b/electrumx/lib/coins.py index 9d6da4f..465c62c 100644 --- a/electrumx/lib/coins.py +++ b/electrumx/lib/coins.py @@ -1552,6 +1552,7 @@ class Monacoin(Coin): TX_PER_BLOCK = 2 RPC_PORT = 9402 REORG_LIMIT = 1000 + BLACKLIST_URL = 'https://electrum-mona.org/blacklist.json' PEERS = [ 'electrumx.tamami-foundation.org s t', 'electrumx2.tamami-foundation.org s t',