1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

add ButtonRequest_PublicKey

This commit is contained in:
Pavol Rusnak 2015-11-19 11:23:14 +01:00
parent 28f26b0de9
commit 9983a12276
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -86,6 +86,7 @@ enum ButtonRequestType {
ButtonRequest_SignTx = 8;
ButtonRequest_FirmwareCheck = 9;
ButtonRequest_Address = 10;
ButtonRequest_PublicKey = 11;
}
/**