1
0
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:
Martin Milata 2024-02-23 18:40:28 +01:00
parent 63b40e42b8
commit 1f509dce6e

View File

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