mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
test: only run test for descriptor wallets
since this test uses bech32m, we skip unless sqlite is used, which is the same as checking if we are using descriptor wallets or not
This commit is contained in:
parent
0760ce0b9e
commit
f47ff71761
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ class AddressInputTypeGrouping(BitcoinTestFramework):
|
|||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
self.skip_if_no_sqlite()
|
||||
|
||||
def make_payment(self, A, B, v, addr_type):
|
||||
fee_rate = random.randint(1, 20)
|
||||
|
|
Loading…
Add table
Reference in a new issue