mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-07 23:28:07 +00:00
fixup! feat(core/bitcoin): send BIP-380 descriptor in GetPublicKey response
This commit is contained in:
parent
63b40e42b8
commit
1f509dce6e
@ -186,7 +186,9 @@ def test_descriptors(client: Client, coin, account, purpose, script_type, descri
|
||||
@pytest.mark.parametrize(
|
||||
"coin, account, purpose, script_type, descriptors", VECTORS_DESCRIPTORS
|
||||
)
|
||||
def test_descriptors_trezorlib(client: Client, coin, account, purpose, script_type, descriptors):
|
||||
def test_descriptors_trezorlib(
|
||||
client: Client, coin, account, purpose, script_type, descriptors
|
||||
):
|
||||
with client:
|
||||
if client.model != models.T1B1:
|
||||
IF = InputFlowShowXpubQRCode(client)
|
||||
|
Loading…
Reference in New Issue
Block a user