diff options
Diffstat (limited to 'test/functional/wallet_fast_rescan.py')
-rwxr-xr-x | test/functional/wallet_fast_rescan.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/wallet_fast_rescan.py b/test/functional/wallet_fast_rescan.py index 6cee0d3660..1a9c319cb1 100755 --- a/test/functional/wallet_fast_rescan.py +++ b/test/functional/wallet_fast_rescan.py @@ -28,7 +28,6 @@ class WalletFastRescanTest(BitcoinTestFramework): def skip_test_if_missing_module(self): self.skip_if_no_wallet() - self.skip_if_no_sqlite() def get_wallet_txids(self, node: TestNode, wallet_name: str) -> list[str]: w = node.get_wallet_rpc(wallet_name) |