From a62c541ae8a579d19b8fc55bbb922f0939ab6110 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Mon, 6 Feb 2023 15:27:57 -0500 Subject: wallet: reuse change dest when recreating TX with avoidpartialspends Github-Pull: #27053 Rebased-From: 14b4921a91920df25b19ff420bfe2bff8c56f71e --- test/functional/test_runner.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3