diff options
author | BitcoinTsunami <> | 2020-12-07 17:45:47 +0100 |
---|---|---|
committer | BitcoinTsunami <> | 2021-09-28 21:49:22 +0200 |
commit | d6eb39af21810bf1c3bdce0ef2212c1ad6597bcd (patch) | |
tree | 260f636eca72bd136188ffcbdd724413d859ec57 /test/functional/test_runner.py | |
parent | 07b44f16e71b9df10dfac7f32f92997938f7e7aa (diff) |
test: add functional test to check transaction time determination during block rescanning
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
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', |