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:
parent
cc188f31d4
commit
402efee514
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user