mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
test: Fix wallet_listsinceblock.py
for BDB-only wallets
This commit is contained in:
parent
1941ce6cd1
commit
9f3a315c6f
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue