mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 02:11:24 +02:00
test: Fix wallet_listsinceblock.py
for BDB-only wallets
This commit is contained in:
@ -42,6 +42,7 @@ class ListSinceBlockTest(BitcoinTestFramework):
|
||||
self.test_double_send()
|
||||
self.double_spends_filtered()
|
||||
self.test_targetconfirmations()
|
||||
if self.options.descriptors:
|
||||
self.test_desc()
|
||||
self.test_send_to_self()
|
||||
|
||||
|
Reference in New Issue
Block a user