protob: rename common_address_n to address_n in MultisigRedeemScriptType

pull/41/head
Pavol Rusnak 5 years ago
parent 44085a9d1a
commit 0735c7d6f5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save