mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
dash: Add tests.
This commit is contained in:
@@ -16,3 +16,7 @@ class DASHInterface(BTCInterface):
|
||||
|
||||
def initialiseWallet(self, key):
|
||||
raise ValueError('Load seed with with -hdseed daemon argument')
|
||||
|
||||
def withdrawCoin(self, value, addr_to, subfee):
|
||||
params = [addr_to, value, '', '', subfee]
|
||||
return self.rpc_callback('sendtoaddress', params)
|
||||
|
||||
Reference in New Issue
Block a user