From 402efee514a3f40e37394157b86d359f49ebaf80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Vejpustek?= Date: Mon, 7 Apr 2025 15:26:53 +0200 Subject: [PATCH] fixup! feat(python): support bitcoin-like transaction signing anti-exfil protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Petr Sedláček <63123927+M1nd3r@users.noreply.github.com> --- python/src/trezorlib/btc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/trezorlib/btc.py b/python/src/trezorlib/btc.py index c70048c9ba..07716edb80 100644 --- a/python/src/trezorlib/btc.py +++ b/python/src/trezorlib/btc.py @@ -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,