0
0
Fork 0
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:
josibake 2022-07-29 12:31:40 +02:00
parent 0760ce0b9e
commit f47ff71761
No known key found for this signature in database
GPG key ID: 8ADCB558C4F33D65

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)