Move import lines to top of class
This commit is contained in:
parent
4da2278729
commit
8d21eae2bb
@ -572,6 +572,8 @@ class DogecoinTestnet(Dogecoin):
|
|||||||
|
|
||||||
# Source: https://github.com/dashpay/dash
|
# Source: https://github.com/dashpay/dash
|
||||||
class Dash(Coin):
|
class Dash(Coin):
|
||||||
|
from server.session import DashElectrumX
|
||||||
|
from server.daemon import DashDaemon
|
||||||
NAME = "Dash"
|
NAME = "Dash"
|
||||||
SHORTNAME = "DASH"
|
SHORTNAME = "DASH"
|
||||||
NET = "mainnet"
|
NET = "mainnet"
|
||||||
@ -596,9 +598,7 @@ class Dash(Coin):
|
|||||||
'electrum.dash.siampm.com s t',
|
'electrum.dash.siampm.com s t',
|
||||||
'wl4sfwq2hwxnodof.onion s t',
|
'wl4sfwq2hwxnodof.onion s t',
|
||||||
]
|
]
|
||||||
from server.session import DashElectrumX
|
|
||||||
SESSIONCLS = DashElectrumX
|
SESSIONCLS = DashElectrumX
|
||||||
from server.daemon import DashDaemon
|
|
||||||
DAEMON = DashDaemon
|
DAEMON = DashDaemon
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user