aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMatthew Zipkin <pinheadmz@gmail.com>2023-02-06 15:27:57 -0500
committerfanquake <fanquake@gmail.com>2023-02-22 09:12:50 +0000
commita62c541ae8a579d19b8fc55bbb922f0939ab6110 (patch)
treeb378660fcc6bc476a358ad64171174e55ead72c8 /test/functional/test_runner.py
parent64e7db6f4f256656f4d78a96b07e51f7d5c6d526 (diff)
downloadbitcoin-a62c541ae8a579d19b8fc55bbb922f0939ab6110.tar.xz
wallet: reuse change dest when recreating TX with avoidpartialspends
Github-Pull: #27053 Rebased-From: 14b4921a91920df25b19ff420bfe2bff8c56f71e
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index caa4af957a..b9233ef2cb 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -199,6 +199,8 @@ BASE_SCRIPTS = [
'rpc_blockchain.py',
'rpc_deprecated.py',
'wallet_disable.py',
+ 'wallet_change_address.py --legacy-wallet',
+ 'wallet_change_address.py --descriptors',
'p2p_addr_relay.py',
'p2p_getaddr_caching.py',
'p2p_getdata.py',