chore: remove & add since: (#11094)
* remove & add since * add since to gov * add since
This commit is contained in:
@@ -6907,7 +6907,7 @@ type Result struct {
|
||||
Events []*abci.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
|
||||
// msg_responses contains the Msg handler responses type packed in Anys.
|
||||
//
|
||||
// Since: cosmos-sdk 0.45
|
||||
// Since: cosmos-sdk 0.46
|
||||
MsgResponses []*anypb.Any `protobuf:"bytes,4,rep,name=msg_responses,json=msgResponses,proto3" json:"msg_responses,omitempty"`
|
||||
}
|
||||
|
||||
@@ -7065,7 +7065,7 @@ type TxMsgData struct {
|
||||
Data []*MsgData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
||||
// msg_responses contains the Msg handler responses packed into Anys.
|
||||
//
|
||||
// Since: cosmos-sdk 0.45
|
||||
// Since: cosmos-sdk 0.46
|
||||
MsgResponses []*anypb.Any `protobuf:"bytes,2,rep,name=msg_responses,json=msgResponses,proto3" json:"msg_responses,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user