tests: Add swap to wallet restore test.

This commit is contained in:
tecnovert
2022-07-17 22:34:39 +02:00
parent ede01d3fc8
commit 3ad87df844
7 changed files with 236 additions and 55 deletions

View File

@@ -120,8 +120,8 @@ class Test(unittest.TestCase):
random.seed(time.time())
os.environ['PARTICL_PORT_BASE'] = str(BASE_PART_RPC_PORT)
os.environ['BITCOIN_PORT_BASE'] = str(BASE_BTC_RPC_PORT)
os.environ['PARTICL_RPC_PORT_BASE'] = str(BASE_PART_RPC_PORT)
os.environ['BITCOIN_RPC_PORT_BASE'] = str(BASE_BTC_RPC_PORT)
logging.info('Preparing %d nodes.', NUM_NODES)
prepare_nodes(NUM_NODES, 'bitcoin,monero', True, {'min_sequence_lock_seconds': 60}, PORT_OFS)