chore(python): remove deprecation-related comment
What changed, and why it matters
This commit simply removes a five-line comment block that labeled some older code as deprecated and planned for removal. No actual code behavior changed, and no security issue is present in the diff.
No action needed; the change is non-functional and carries no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change deletes a comment marker (‘# deprecated interactive signing’ and ‘ALL BELOW is legacy code and will be dropped’) from python/src/trezorlib/cli/btc.py. No functions, logic, imports, or interfaces were modified. It is a documentation-only cleanup with no executable impact.
Changed components
python/src/trezorlib/cli/btc.pyInspect captured patch +0 / −5
diff --git a/python/src/trezorlib/cli/btc.py b/python/src/trezorlib/cli/btc.py
index c334745b3..ac629e621 100644
--- a/python/src/trezorlib/cli/btc.py
+++ b/python/src/trezorlib/cli/btc.py
@@ -499,8 +499,3 @@ def verify_message(
return btc.verify_message(
session, coin, address, signature_bytes, message, chunkify=chunkify
)
-
-
-#
-# deprecated interactive signing
-# ALL BELOW is legacy code and will be dropped
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.