wallet: reuse change dest when recreating TX with avoidpartialspends

This commit is contained in:
Matthew Zipkin
2023-02-06 15:27:57 -05:00
parent 8126551d54
commit 14b4921a91
4 changed files with 124 additions and 7 deletions

View File

@@ -216,6 +216,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',