mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
test: Fix wallet_listsinceblock.py
for BDB-only wallets
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user