1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

add CoinType.address_type_p2sh

This commit is contained in:
Pavol Rusnak 2014-12-23 01:37:36 +01:00
parent 94d17ef8bc
commit 60bcde46f5

View File

@ -126,8 +126,9 @@ message HDNodePathType {
message CoinType {
optional string coin_name = 1;
optional string coin_shortcut = 2;
optional uint32 address_type = 3;
optional uint32 address_type = 3 [default=0];
optional uint64 maxfee_kb = 4;
optional uint32 address_type_p2sh = 5 [default=5];
}
/**