XMR successful swap works.

This commit is contained in:
tecnovert
2020-11-21 15:16:27 +02:00
parent eb6bd444c4
commit 0e2011e085
13 changed files with 1029 additions and 80 deletions

View File

@@ -31,6 +31,7 @@ class PARTInterface(BTCInterface):
self.rpc_callback = make_rpc_func(coin_settings['rpcport'], coin_settings['rpcauth'])
self.txoType = CTxOutPart
self._network = network
self.blocks_confirmed = coin_settings['blocks_confirmed']
def getNewAddress(self, use_segwit):
return self.rpc_callback('getnewaddress', ['swap_receive'])