mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-09 10:57:23 +02:00
test: change more wallet names
This commit is contained in:
@@ -164,6 +164,7 @@ def prepare_swapclient_dir(
|
|||||||
"bindir": cfg.PARTICL_BINDIR,
|
"bindir": cfg.PARTICL_BINDIR,
|
||||||
"blocks_confirmed": 2, # Faster testing
|
"blocks_confirmed": 2, # Faster testing
|
||||||
"anon_tx_ring_size": 5, # Faster testing
|
"anon_tx_ring_size": 5, # Faster testing
|
||||||
|
"wallet_name": "bsx_wallet",
|
||||||
},
|
},
|
||||||
"bitcoin": {
|
"bitcoin": {
|
||||||
"connection_type": "rpc",
|
"connection_type": "rpc",
|
||||||
@@ -176,6 +177,7 @@ def prepare_swapclient_dir(
|
|||||||
"use_segwit": True,
|
"use_segwit": True,
|
||||||
"use_descriptors": BTC_USE_DESCRIPTORS,
|
"use_descriptors": BTC_USE_DESCRIPTORS,
|
||||||
"use_legacy_key_paths": BTC_USE_LEGACY_KEY_PATHS,
|
"use_legacy_key_paths": BTC_USE_LEGACY_KEY_PATHS,
|
||||||
|
"wallet_name": "bsx_wallet",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"check_progress_seconds": 2,
|
"check_progress_seconds": 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user