mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
add CoinType.address_type_p2sh
This commit is contained in:
parent
94d17ef8bc
commit
60bcde46f5
@ -126,8 +126,9 @@ message HDNodePathType {
|
|||||||
message CoinType {
|
message CoinType {
|
||||||
optional string coin_name = 1;
|
optional string coin_name = 1;
|
||||||
optional string coin_shortcut = 2;
|
optional string coin_shortcut = 2;
|
||||||
optional uint32 address_type = 3;
|
optional uint32 address_type = 3 [default=0];
|
||||||
optional uint64 maxfee_kb = 4;
|
optional uint64 maxfee_kb = 4;
|
||||||
|
optional uint32 address_type_p2sh = 5 [default=5];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user