Skip to content

Commit

Permalink
apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cha committed Jan 22, 2025
1 parent cb2d68b commit e9128ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
moul.io/zapfilter v1.7.0
github.com/cosmos/ibc-go/v8 v8.5.0
)

require (
Expand Down Expand Up @@ -101,7 +102,6 @@ require (
github.com/cosmos/gogoproto v1.7.0
github.com/cosmos/iavl v1.2.0 // indirect
github.com/cosmos/ibc-go/modules/capability v1.0.1 // indirect
github.com/cosmos/ibc-go/v8 v8.5.0
github.com/cosmos/ics23/go v0.11.0 // indirect
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion executor/batchsubmitter/data_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (bs *BatchSubmitter) emptyUpdateClientData(ctx types.Context, pbb *cmtproto
continue
}
}
return block, nil
return block, err
}

for txIndex, txBytes := range pbb.Data.GetTxs() {
Expand Down

0 comments on commit e9128ec

Please sign in to comment.