Skip to content

Commit a533709

Browse files
authored
Update consensus-node.md
1 parent 83b4490 commit a533709

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

how-to-guides/consensus-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,11 +471,11 @@ The available options are:
471471
1. `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

0 commit comments

Comments
 (0)