aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorfurszy <matiasfurszyfer@protonmail.com>2023-11-20 12:39:57 -0300
committerfurszy <matiasfurszyfer@protonmail.com>2023-12-05 18:55:35 -0300
commit83c66444d0604f0a9ec3bc3f89d4f1a810b7cda0 (patch)
tree7afe743b2cba64095fbc1ffdd40f3c3e16c2e877 /test/functional/test_runner.py
parent6f497377aa17cb8a590fd7717fa8ededf4249999 (diff)
downloadbitcoin-83c66444d0604f0a9ec3bc3f89d4f1a810b7cda0.tar.xz
test: coverage for wallet birth time interaction with -reindex
Verifying the wallet updates the birth time accordingly when it detects a transaction with a time older than the oldest descriptor timestamp. This could happen when the user blindly imports a descriptor with 'timestamp=now'.
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 35c662b0d9..287c917a07 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -206,6 +206,8 @@ BASE_SCRIPTS = [
'wallet_createwallet.py --descriptors',
'wallet_watchonly.py --legacy-wallet',
'wallet_watchonly.py --usecli --legacy-wallet',
+ 'wallet_reindex.py --legacy-wallet',
+ 'wallet_reindex.py --descriptors',
'wallet_reorgsrestore.py',
'wallet_conflicts.py --legacy-wallet',
'wallet_conflicts.py --descriptors',