1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-24 17:08:46 +00:00

fixup! feat(python): support bitcoin-like transaction signing anti-exfil protocol

Co-authored-by: Petr Sedláček <63123927+M1nd3r@users.noreply.github.com>
This commit is contained in:
Ondřej Vejpustek 2025-04-07 15:26:53 +02:00 committed by GitHub
parent cc188f31d4
commit 402efee514
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -667,7 +667,7 @@ def sign_tx_new(
(`inputs_count`, `outputs_count`, `coin_name`) will be inferred from the arguments
and cannot be overriden by kwargs.
"""
anti_exfil_signatures, serialization = sign_tx_common(
anti_exfil_signatures, _ = sign_tx_common(
client,
coin_name,
inputs,