aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorBitcoinTsunami <>2020-12-07 17:45:47 +0100
committerBitcoinTsunami <>2021-09-28 21:49:22 +0200
commitd6eb39af21810bf1c3bdce0ef2212c1ad6597bcd (patch)
tree260f636eca72bd136188ffcbdd724413d859ec57 /test/functional/test_runner.py
parent07b44f16e71b9df10dfac7f32f92997938f7e7aa (diff)
downloadbitcoin-d6eb39af21810bf1c3bdce0ef2212c1ad6597bcd.tar.xz
test: add functional test to check transaction time determination during block rescanning
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 3792d751de..3387132cc7 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -175,6 +175,7 @@ BASE_SCRIPTS = [
'rpc_rawtransaction.py --legacy-wallet',
'rpc_rawtransaction.py --descriptors',
'wallet_groups.py --legacy-wallet',
+ 'wallet_transactiontime_rescan.py',
'p2p_addrv2_relay.py',
'wallet_groups.py --descriptors',
'p2p_compactblocks_hb.py',