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:
parent
8c6401bdef
commit
70482c82ac
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user