1
0
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:
Pavol Rusnak 2019-02-04 01:11:44 +01:00
parent 44085a9d1a
commit 0735c7d6f5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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
*/