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:
parent
b9198eb2b6
commit
2148e5ff8d
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user