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:
josibake
2022-07-29 12:31:40 +02:00
parent 0760ce0b9e
commit f47ff71761

View File

@ -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)