mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-07 23:28:07 +00:00
protobuf files cleanup
This commit is contained in:
parent
817cd6ea86
commit
ed0813682c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
This file describes Protocol buffers messages for bitcoin hardware wallet devices.
|
Messages for TREZOR communication
|
||||||
|
|
||||||
Author: Marek Palatinus <slush@satoshilabs.com>
|
Author: Marek Palatinus <slush@satoshilabs.com>
|
||||||
|
|
||||||
@ -269,7 +269,8 @@ message LoadDevice {
|
|||||||
// Response: EntropyRequest, PinMatrixRequest, Failure
|
// Response: EntropyRequest, PinMatrixRequest, Failure
|
||||||
message ResetDevice {
|
message ResetDevice {
|
||||||
optional bool display_random = 1; // If set, displays entropy generated by the device used
|
optional bool display_random = 1; // If set, displays entropy generated by the device used
|
||||||
// for generating the seed *before* asking for additional entropy from computer
|
// for generating the seed *before* asking
|
||||||
|
// for additional entropy from computer
|
||||||
}
|
}
|
||||||
|
|
||||||
// Asks for additional Entropy from host computer
|
// Asks for additional Entropy from host computer
|
Loading…
Reference in New Issue
Block a user