aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2024-01-09 10:03:20 +0000
committerglozow <gloriajzhao@gmail.com>2024-01-12 14:51:16 +0000
commitdf30247705940c50c5eaafd74e2abbeb8b0cec07 (patch)
treebad4fcf5347b7c80effe0cccbdfb12bae8c07e6d /test/functional/test_runner.py
parentc3d02be536ac3f35c10efa03653186a17ebbfc12 (diff)
downloadbitcoin-df30247705940c50c5eaafd74e2abbeb8b0cec07.tar.xz
[test] import descriptor wallet with reorged parent + IsFromMe child in mempool
Test that wallet rescans process transactions topologically, even if a parent's entry into the mempool is later than that of its child. This behavior is important because IsFromMe requires the ability to look up a transaction's inputs. Co-authored-by: furszy <matiasfurszyfer@protonmail.com>
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 2460b2e3e6..c6ccff1847 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -335,6 +335,7 @@ BASE_SCRIPTS = [
'wallet_create_tx.py --descriptors',
'wallet_inactive_hdchains.py --legacy-wallet',
'wallet_spend_unconfirmed.py',
+ 'wallet_rescan_unconfirmed.py --descriptors',
'p2p_fingerprint.py',
'feature_uacomment.py',
'feature_init.py',