Browse Source

Clear peers for sibcoin (#316)

patch-1
53r63rn4r 7 years ago
committed by Neil
parent
commit
34d69eaed8
  1. 1
      lib/coins.py

1
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):

Loading…
Cancel
Save