1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-23 13:02:03 +00:00

add CoinType.signed_message_header

This commit is contained in:
Pavol Rusnak 2016-05-17 17:35:03 +02:00
parent 8c6401bdef
commit 70482c82ac
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -133,6 +133,7 @@ message CoinType {
optional uint32 address_type_p2sh = 5 [default=5]; optional uint32 address_type_p2sh = 5 [default=5];
optional uint32 address_type_p2wpkh = 6 [default=6]; optional uint32 address_type_p2wpkh = 6 [default=6];
optional uint32 address_type_p2wsh = 7 [default=10]; optional uint32 address_type_p2wsh = 7 [default=10];
optional bytes signed_message_header = 8;
} }
/** /**