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
|
||||
class Dash(Coin):
|
||||
from server.session import DashElectrumX
|
||||
from server.daemon import DashDaemon
|
||||
NAME = "Dash"
|
||||
SHORTNAME = "DASH"
|
||||
NET = "mainnet"
|
||||
@ -596,9 +598,7 @@ class Dash(Coin):
|
||||
'electrum.dash.siampm.com s t',
|
||||
'wl4sfwq2hwxnodof.onion s t',
|
||||
]
|
||||
from server.session import DashElectrumX
|
||||
SESSIONCLS = DashElectrumX
|
||||
from server.daemon import DashDaemon
|
||||
DAEMON = DashDaemon
|
||||
|
||||
@classmethod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user