mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-13 13:20:40 +02:00
test: Fix wallet_listsinceblock.py
for BDB-only wallets
This commit is contained in:
parent
1941ce6cd1
commit
9f3a315c6f
@ -42,7 +42,8 @@ class ListSinceBlockTest(BitcoinTestFramework):
|
|||||||
self.test_double_send()
|
self.test_double_send()
|
||||||
self.double_spends_filtered()
|
self.double_spends_filtered()
|
||||||
self.test_targetconfirmations()
|
self.test_targetconfirmations()
|
||||||
self.test_desc()
|
if self.options.descriptors:
|
||||||
|
self.test_desc()
|
||||||
self.test_send_to_self()
|
self.test_send_to_self()
|
||||||
|
|
||||||
def test_no_blockhash(self):
|
def test_no_blockhash(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user