Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Aug 30, 2024
1 parent 1548baa commit 1e3cb89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/mempool/mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ type Mempool interface {
InsertWithGasWanted(context.Context, sdk.Tx, uint64) 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
// closed by the caller.
// then they shall be incorporated into the Iterator. The Iterator is not thread-safe to use.
Select(context.Context, [][]byte) Iterator

// SelectBy use callback to iterate over the mempool.
Expand Down

0 comments on commit 1e3cb89

Please sign in to comment.