From d6eb39af21810bf1c3bdce0ef2212c1ad6597bcd Mon Sep 17 00:00:00 2001 From: BitcoinTsunami <> Date: Mon, 7 Dec 2020 17:45:47 +0100 Subject: test: add functional test to check transaction time determination during block rescanning --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3