test: Fix wallet_listsinceblock.py for BDB-only wallets

This commit is contained in:
Hennadii Stepanov 2022-09-07 19:31:06 +02:00
parent 1941ce6cd1
commit 9f3a315c6f
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -42,7 +42,8 @@ class ListSinceBlockTest(BitcoinTestFramework):
self.test_double_send()
self.double_spends_filtered()
self.test_targetconfirmations()
self.test_desc()
if self.options.descriptors:
self.test_desc()
self.test_send_to_self()
def test_no_blockhash(self):