mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-04 03:40:58 +00:00
Added 'm' to MultisigRedeemScriptType
This commit is contained in:
parent
e675d5fd76
commit
3670728fd2
@ -131,6 +131,7 @@ message CoinType {
|
|||||||
message MultisigRedeemScriptType {
|
message MultisigRedeemScriptType {
|
||||||
repeated bytes pubkeys = 1; // pubkeys from multisig address (sorted lexicographically)
|
repeated bytes pubkeys = 1; // pubkeys from multisig address (sorted lexicographically)
|
||||||
repeated bytes signatures = 2; // existing signatures for partially signed input
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user