From 34d69eaed881cc26e69cc513c282d2a0307465c9 Mon Sep 17 00:00:00 2001 From: 53r63rn4r Date: Fri, 17 Nov 2017 14:09:21 +0200 Subject: [PATCH] Clear peers for sibcoin (#316) --- lib/coins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/coins.py b/lib/coins.py index 59f28b7..e5e6d7c 100644 --- a/lib/coins.py +++ b/lib/coins.py @@ -1189,6 +1189,7 @@ class Sibcoin(Dash): TX_PER_BLOCK = 1 RPC_PORT = 1944 REORG_LIMIT = 1000 + PEERS = [] @classmethod def header_hash(cls, header):