XMR: Use sweep_all if trying to withdraw all coin with subfee.

This commit is contained in:
tecnovert
2021-07-29 22:58:14 +02:00
parent 0e59791746
commit 0d0ffe6fe4
3 changed files with 47 additions and 3 deletions

View File

@@ -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)