What changed, and why it matters
This commit adds a single blank line between two test functions to fix code formatting. It makes no functional changes to the firmware or its tests.
Recommended action
No security action needed; this is a cosmetic formatting change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff inserts one blank line before test_psbt_fee in ports/stm32/boards/Passport/modules/tests/test_unit.py, matching Python style conventions (two blank lines between top-level function definitions). No logic, imports, or behavior changed.
Changed components
ports/stm32/boards/Passport/modules/tests/test_unit.pyInspect captured patch +1 / −0
### ports/stm32/boards/Passport/modules/tests/test_unit.py
@@ -39,5 +39,6 @@ def test_psbt_amounts(test):
def test_multisig_xpub_validation(test):
assert test('multisig_xpub_validation.py') == b'OK'
+
def test_psbt_fee(test):
assert test('psbt_fee.py') == b'OK'Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.