Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

trezor-common master #1036

Merged
merged 8 commits into from
Feb 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions scripts/protobuf-patches/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const RULE_PATCH = {
'Features.fw_patch': 'required',
'Features.fw_vendor': 'required',
'Features.model': 'required',
'Features.fw_vendor_keys': 'required',
'Features.unfinished_backup': 'required',
'Features.no_backup': 'required',
'Features.recovery_mode': 'required',
Expand Down Expand Up @@ -93,7 +92,6 @@ const TYPE_PATCH = {
'Features.fw_minor': 'number | null',
'Features.fw_patch': 'number | null',
'Features.fw_vendor': 'string | null',
'Features.fw_vendor_keys': 'string | null',
'Features.unfinished_backup': 'boolean | null',
'Features.no_backup': 'boolean | null',
'Features.recovery_mode': 'boolean | null',
Expand Down
Loading