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

proto: add cointype.segwit to types

This commit is contained in:
Pavol Rusnak 2017-04-26 15:32:01 +02:00
parent b9198eb2b6
commit 2148e5ff8d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -168,6 +168,7 @@ message CoinType {
optional string signed_message_header = 8;
optional uint32 xpub_magic = 9 [default=0x0488b21e];
optional uint32 xprv_magic = 10 [default=0x0488ade4];
optional bool segwit = 11;
}
/**