chore: fix proto docker (#11423)

* fix proto docker

* add back pull_request to test

* push

* push++

* revert
This commit is contained in:
Marko
2022-03-21 12:23:46 +01:00
committed by GitHub
parent d52982d623
commit 20735e792c
5 changed files with 13 additions and 19 deletions
@@ -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"`
}
+1 -1
View File
@@ -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"`
}