mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
cosmetic changes
This commit is contained in:
parent
bfcc001fd2
commit
df45b3cf06
@ -25,5 +25,5 @@ message Configuration {
|
||||
repeated DeviceDescriptor known_devices = 4;
|
||||
|
||||
// timestamp of expiration
|
||||
optional int32 valid_until = 5;
|
||||
optional uint32 valid_until = 5;
|
||||
}
|
||||
|
@ -80,7 +80,7 @@ message Features {
|
||||
optional string vendor = 1; // Name of the manufacturer, e.g. "bitcointrezor.com"
|
||||
optional uint32 major_version = 2; // Major version of the device, e.g. 1
|
||||
optional uint32 minor_version = 3; // Minor version of the device, e.g. 0
|
||||
optional uint32 bugfix_version = 4;
|
||||
optional uint32 patch_version = 4; // Patch version of the device, e.g. 0
|
||||
optional bool bootloader_mode = 5;
|
||||
optional string device_id = 6; // Device's unique identifier
|
||||
optional bool pin_protection = 7; // True if Trezor is covered by PIN
|
||||
|
Loading…
Reference in New Issue
Block a user