Skip to content

Commit

Permalink
Update tm2/pkg/bft/abci/types/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
r3v4s and ajnavarro authored May 13, 2024
1 parent 3002936 commit df0f268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm2/pkg/bft/abci/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ type Error interface {

type Event interface {
AssertABCIEvent()
SetMsgIdx(int) interface{}
ID() []byte
}

type Header interface {
Expand Down

0 comments on commit df0f268

Please sign in to comment.