mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 22:31:35 +00:00
new address types for segwit
This commit is contained in:
parent
0567a429cf
commit
81132bb1d4
@ -131,6 +131,8 @@ message CoinType {
|
|||||||
optional uint32 address_type = 3 [default=0];
|
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];
|
optional uint32 address_type_p2sh = 5 [default=5];
|
||||||
|
optional uint32 address_type_p2wpkh = 6 [default=6];
|
||||||
|
optional uint32 address_type_p2wsh = 7 [default=10];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user