From 19d7d0a5b4dbb81cd0d4e1699348d9aecf6ffdaf Mon Sep 17 00:00:00 2001 From: tecnovert Date: Wed, 8 Apr 2026 22:23:18 +0200 Subject: [PATCH] test: change more wallet names --- tests/basicswap/test_xmr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/basicswap/test_xmr.py b/tests/basicswap/test_xmr.py index 79ca1df..b79e8ba 100644 --- a/tests/basicswap/test_xmr.py +++ b/tests/basicswap/test_xmr.py @@ -164,6 +164,7 @@ def prepare_swapclient_dir( "bindir": cfg.PARTICL_BINDIR, "blocks_confirmed": 2, # Faster testing "anon_tx_ring_size": 5, # Faster testing + "wallet_name": "bsx_wallet", }, "bitcoin": { "connection_type": "rpc", @@ -176,6 +177,7 @@ def prepare_swapclient_dir( "use_segwit": True, "use_descriptors": BTC_USE_DESCRIPTORS, "use_legacy_key_paths": BTC_USE_LEGACY_KEY_PATHS, + "wallet_name": "bsx_wallet", }, }, "check_progress_seconds": 2,