mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
XMR: Use sweep_all if trying to withdraw all coin with subfee.
This commit is contained in:
@@ -652,7 +652,6 @@ class Test(unittest.TestCase):
|
||||
logging.info('---------- Test LTC withdrawals')
|
||||
|
||||
ltc_addr = ltcRpc('getnewaddress "Withdrawal test" legacy')
|
||||
logging.info('ltc_addr {}'.format(ltc_addr))
|
||||
wallets0 = json.loads(urlopen('http://127.0.0.1:{}/json/wallets'.format(TEST_HTTP_PORT + 0)).read())
|
||||
assert(float(wallets0['3']['balance']) > 100)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user