update koto server (#422)

This commit is contained in:
脇山P 2018-03-23 17:37:01 +09:00 committed by Neil
parent 3ac2e826a6
commit 8b669b6466

View File

@ -1013,6 +1013,10 @@ class Koto(Coin):
TX_PER_BLOCK = 3
RPC_PORT = 8432
REORG_LIMIT = 800
PEERS = [
'fr.kotocoin.info s t',
'electrum.kotocoin.info s t',
]
class Komodo(KomodoMixin, EquihashMixin, Coin):
NAME = "Komodo"