From 74efb1350a18f8e3d20afe3c172c77e859988e53 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Sun, 9 Oct 2022 21:38:52 -0500 Subject: [PATCH] fix: Update tendermint rpc client support for ibc-go compatibility (#13482) --- client/tendermint.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/tendermint.go b/client/tendermint.go index 0ecd5bc16f..5465c398d4 100644 --- a/client/tendermint.go +++ b/client/tendermint.go @@ -16,6 +16,7 @@ type TendermintRPC interface { Status(context.Context) (*coretypes.ResultStatus, error) Block(ctx context.Context, height *int64) (*coretypes.ResultBlock, error) BlockchainInfo(ctx context.Context, minHeight, maxHeight int64) (*coretypes.ResultBlockchainInfo, error) + Commit(ctx context.Context, height *int64) (*coretypes.ResultCommit, error) Tx(ctx context.Context, hash []byte, prove bool) (*coretypes.ResultTx, error) TxSearch( ctx context.Context,