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

add ButtonRequest_SignTx

This commit is contained in:
Pavol Rusnak 2014-03-01 12:07:45 +01:00
parent 4ba03a6c70
commit f39b54601b

View File

@ -54,6 +54,7 @@ enum ButtonRequestType {
ButtonRequest_ConfirmWord = 5; ButtonRequest_ConfirmWord = 5;
ButtonRequest_WipeDevice = 6; ButtonRequest_WipeDevice = 6;
ButtonRequest_ProtectCall = 7; ButtonRequest_ProtectCall = 7;
ButtonRequest_SignTx = 8;
} }
// Structure of BIP32 (hierarchical deterministic) node // Structure of BIP32 (hierarchical deterministic) node