This pull request fixes wallet_transactiontime_rescan functional test case and brings last changes from bitcoin core.
Notes
$ test/functional/test_runner.py test/functional/wallet_transactiontime_rescan.py
Temporary test directory at /tmp/test_runner_20221108_212155
WARNING! The following scripts are not being run: ['rpc_estimatefee.py', 'wallet_bumpfee_totalfee_deprecation.py']. Check the test lists in test_runner.py.
Running Unit Tests for Test Framework Modules
..........
----------------------------------------------------------------------
Ran 10 tests in 0.863s
OK
Remaining jobs: [wallet_transactiontime_rescan.py]
1/1 - wallet_transactiontime_rescan.py passed, Duration: 7 s
TEST | STATUS | DURATION
wallet_transactiontime_rescan.py | ✓ Passed | 7 s
ALL | ✓ Passed | 7 s (accumulated)
Description
This pull request fixes wallet_transactiontime_rescan functional test case and brings last changes from bitcoin core.
Notes