fix: multiple typos of different importance (#25026)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
emmmm
2025-07-29 19:25:26 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent b12485beb5
commit e5a7389a98
11 changed files with 10 additions and 13 deletions
@@ -94,9 +94,6 @@ func NewTxBenchmarkSuite(tb testing.TB) *TxBenchmarkSuite {
assert.NilError(tb, err)
s.txHeight = resp.Height
assert.NilError(tb, err)
s.txHeight = resp.Height
return s
}