mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-25 01:18:54 +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
|
(`inputs_count`, `outputs_count`, `coin_name`) will be inferred from the arguments
|
||||||
and cannot be overriden by kwargs.
|
and cannot be overriden by kwargs.
|
||||||
"""
|
"""
|
||||||
anti_exfil_signatures, serialization = sign_tx_common(
|
anti_exfil_signatures, _ = sign_tx_common(
|
||||||
client,
|
client,
|
||||||
coin_name,
|
coin_name,
|
||||||
inputs,
|
inputs,
|
||||||
|
Loading…
Reference in New Issue
Block a user