mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
doge: basicswap.py
This commit is contained in:
@@ -822,6 +822,10 @@ class BasicSwap(BaseApp):
|
|||||||
self.coin_clients[coin], self.chain, self
|
self.coin_clients[coin], self.chain, self
|
||||||
)
|
)
|
||||||
return interface
|
return interface
|
||||||
|
elif coin == Coins.DOGE:
|
||||||
|
from .interface.doge import DOGEInterface
|
||||||
|
|
||||||
|
return DOGEInterface(self.coin_clients[coin], self.chain, self)
|
||||||
elif coin == Coins.DCR:
|
elif coin == Coins.DCR:
|
||||||
from .interface.dcr import DCRInterface
|
from .interface.dcr import DCRInterface
|
||||||
|
|
||||||
@@ -882,6 +886,7 @@ class BasicSwap(BaseApp):
|
|||||||
if cc["name"] in (
|
if cc["name"] in (
|
||||||
"bitcoin",
|
"bitcoin",
|
||||||
"litecoin",
|
"litecoin",
|
||||||
|
"dogecoin",
|
||||||
"namecoin",
|
"namecoin",
|
||||||
"dash",
|
"dash",
|
||||||
"firo",
|
"firo",
|
||||||
|
|||||||
Reference in New Issue
Block a user