mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
protob: rename common_address_n to address_n in MultisigRedeemScriptType
This commit is contained in:
parent
44085a9d1a
commit
0735c7d6f5
@ -27,7 +27,7 @@ message MultisigRedeemScriptType {
|
||||
repeated bytes signatures = 2; // existing signatures for partially signed input
|
||||
optional uint32 m = 3; // "m" from n, how many valid signatures is necessary for spending
|
||||
repeated hw.trezor.messages.common.HDNodeType nodes = 4; // simplified way how to specify pubkeys if they share the same address_n path
|
||||
repeated uint32 common_address_n = 5; // use only field 1 or fields 4+5, if fields 4+5 are used, field 1 is ignored
|
||||
repeated uint32 address_n = 5; // use only field 1 or fields 4+5, if fields 4+5 are used, field 1 is ignored
|
||||
/**
|
||||
* Structure representing HDNode + Path
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user