File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -471,11 +471,11 @@ The available options are:
4714711 . ` null ` (default): This option disables indexing outside of
472472 transaction status. If you don't need to query transaction data,
473473 you can choose this option to save space.
474- 3 . ` kv ` : This is the simplest indexer, backed by
474+ 2 . ` kv ` : This is the simplest indexer, backed by
475475 key-value storage (defaults to levelDB; see DBBackend).
476476 When ` kv ` is chosen, ` tx.height ` and ` tx.hash ` will always be
477477 indexed. This option is suitable for basic queries on transactions.
478- 4 . ` psql ` : This indexer is backed by PostgreSQL. When psql is chosen,
478+ 3 . ` psql ` : This indexer is backed by PostgreSQL. When psql is chosen,
479479 ` tx.height ` and ` tx.hash ` will always be indexed. This option is
480480 suitable for complex queries on transactions.
481481
You can’t perform that action at this time.
0 commit comments