Skip to content

Commit

Permalink
go doc
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Sep 3, 2024
1 parent 920e68f commit 8de81d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexers/txindex/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type TxIndexer interface {
// Search allows you to query for transactions.
Search(ctx context.Context, q *query.Query) ([]*abci.TxResult, error)

//
// Delete index entries for the heights between from (included) and to (not included). It returns heights pruned
Prune(from, to int64) (uint64, error)
}

Expand Down

0 comments on commit 8de81d4

Please sign in to comment.