1
0
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:
Pavol Rusnak 2013-10-24 19:29:11 +02:00
parent 817cd6ea86
commit ed0813682c
2 changed files with 107 additions and 106 deletions

View File

@ -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