mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
chore(common): Remove unstable flag from AuthorizeCoinJoin.
This commit is contained in:
parent
09ebe29369
commit
07e6e7b8b0
@ -611,8 +611,6 @@ message OwnershipProof {
|
|||||||
* @next Failure
|
* @next Failure
|
||||||
*/
|
*/
|
||||||
message AuthorizeCoinJoin {
|
message AuthorizeCoinJoin {
|
||||||
option (unstable) = true;
|
|
||||||
|
|
||||||
required string coordinator = 1; // coordinator identifier to approve as a prefix in commitment data (max. 36 ASCII characters)
|
required string coordinator = 1; // coordinator identifier to approve as a prefix in commitment data (max. 36 ASCII characters)
|
||||||
required uint64 max_rounds = 2; // maximum number of rounds that Trezor is authorized to take part in
|
required uint64 max_rounds = 2; // maximum number of rounds that Trezor is authorized to take part in
|
||||||
required uint32 max_coordinator_fee_rate = 3; // maximum coordination fee rate in units of 10^-6 percent
|
required uint32 max_coordinator_fee_rate = 3; // maximum coordination fee rate in units of 10^-6 percent
|
||||||
|
@ -54,7 +54,7 @@ extend google.protobuf.EnumOptions {
|
|||||||
|
|
||||||
/** Options for tagging message types */
|
/** Options for tagging message types */
|
||||||
extend google.protobuf.MessageOptions {
|
extend google.protobuf.MessageOptions {
|
||||||
optional bool unstable = 52001; // indicate that a message definition might change at any time
|
optional bool unstable = 52001; // indicate that a message is experimental, intended for development and beta testing only and its definition may change at any time
|
||||||
optional uint32 wire_type = 52002; // override wire type specified in the MessageType enum
|
optional uint32 wire_type = 52002; // override wire type specified in the MessageType enum
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user