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

fix last commit

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

View File

@ -133,7 +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; optional string signed_message_header = 8;
} }
/** /**