Skip to content

Commit

Permalink
fix(python): fix T3W1 code alignment in trezorlib
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
TychoVrahe committed Jan 14, 2025
1 parent 9be1899 commit d8056cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/trezorlib/firmware/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class ModelKeys:
Model.T2B1: 0x200,
Model.T3T1: 0x200,
Model.T3B1: 0x200,
Model.T3W1: 0x200,
Model.T3W1: 0x400,
Model.D001: 0x200,
Model.D002: 0x400,
}
Expand Down

0 comments on commit d8056cd

Please sign in to comment.