chore: fix typos (#18559)

This commit is contained in:
Taeguk Kwon 2023-11-27 17:53:34 +07:00 committed by GitHub
parent d3e662da1f
commit 21032c9cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ type Mempool interface {
Insert(context.Context, sdk.Tx) error
// Select returns an Iterator over the app-side mempool. If txs are specified,
// then they shall be incorporated into the Iterator. The Iterator must
// then they shall be incorporated into the Iterator. The Iterator must be
// closed by the caller.
Select(context.Context, [][]byte) Iterator