refactor(types): audit QA (#21355)

This commit is contained in:
Akhil Kumar P
2024-08-27 12:19:11 +00:00
committed by GitHub
parent 03d3a93991
commit e98b8e9617
7 changed files with 162 additions and 61 deletions
@@ -7317,8 +7317,6 @@ type TxResponse struct {
// these events include those emitted by processing all the messages and those
// emitted from the ante. Whereas Logs contains the events, with
// additional metadata, emitted only by processing the messages.
//
// Since: cosmos-sdk 0.42.11, 0.44.5, 0.45
Events []*v1.Event `protobuf:"bytes,13,rep,name=events,proto3" json:"events,omitempty"`
}