chore: fix proto docker (#11423)
* fix proto docker * add back pull_request to test * push * push++ * revert
This commit is contained in:
@@ -2730,7 +2730,7 @@ type AllowedMsgAllowance struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// allowance can be any of basic and filtered fee allowance.
|
||||
// allowance can be any of basic and periodic fee allowance.
|
||||
Allowance *anypb.Any `protobuf:"bytes,1,opt,name=allowance,proto3" json:"allowance,omitempty"`
|
||||
// allowed_messages are the messages for which the grantee has the access.
|
||||
AllowedMessages []string `protobuf:"bytes,2,rep,name=allowed_messages,json=allowedMessages,proto3" json:"allowed_messages,omitempty"`
|
||||
@@ -2780,7 +2780,7 @@ type Grant struct {
|
||||
Granter string `protobuf:"bytes,1,opt,name=granter,proto3" json:"granter,omitempty"`
|
||||
// grantee is the address of the user being granted an allowance of another user's funds.
|
||||
Grantee string `protobuf:"bytes,2,opt,name=grantee,proto3" json:"grantee,omitempty"`
|
||||
// allowance can be any of basic and filtered fee allowance.
|
||||
// allowance can be any of basic, periodic, allowed fee allowance.
|
||||
Allowance *anypb.Any `protobuf:"bytes,3,opt,name=allowance,proto3" json:"allowance,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
@@ -1800,7 +1800,7 @@ type MsgGrantAllowance struct {
|
||||
Granter string `protobuf:"bytes,1,opt,name=granter,proto3" json:"granter,omitempty"`
|
||||
// grantee is the address of the user being granted an allowance of another user's funds.
|
||||
Grantee string `protobuf:"bytes,2,opt,name=grantee,proto3" json:"grantee,omitempty"`
|
||||
// allowance can be any of basic and filtered fee allowance.
|
||||
// allowance can be any of basic, periodic, allowed fee allowance.
|
||||
Allowance *anypb.Any `protobuf:"bytes,3,opt,name=allowance,proto3" json:"allowance,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user