From df0f268c0892ac50c9862990980e1532980d7460 Mon Sep 17 00:00:00 2001 From: Blake <104744707+r3v4s@users.noreply.github.com> Date: Mon, 13 May 2024 21:08:03 +0900 Subject: [PATCH] Update tm2/pkg/bft/abci/types/types.go Co-authored-by: Antonio Navarro Perez --- tm2/pkg/bft/abci/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tm2/pkg/bft/abci/types/types.go b/tm2/pkg/bft/abci/types/types.go index 21926cad5372..e1fbc4760ec8 100644 --- a/tm2/pkg/bft/abci/types/types.go +++ b/tm2/pkg/bft/abci/types/types.go @@ -206,7 +206,7 @@ type Error interface { type Event interface { AssertABCIEvent() - SetMsgIdx(int) interface{} + ID() []byte } type Header interface {