Skip to content

Commit

Permalink
Merge branch 'jcs/consensus-nodes' of https://github.com/celestiaorg/…
Browse files Browse the repository at this point in the history
…docs into jcs/consensus-nodes
  • Loading branch information
jcstein committed Oct 4, 2023
2 parents 51fe869 + 51cccfc commit a311510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nodes/consensus-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Validator nodes allow you to participate in consensus in the Celestia network.

#### Validator hardware requirements

The following hardware minimum requirements are recommended for running the
The following hardware minimum requirements are recommended for running a
validator node:

- Memory: **8 GB RAM**
Expand Down Expand Up @@ -656,4 +656,4 @@ The options are:
(defaults to levelDB; see DBBackend)
1. when `kv` is chosen `tx.height` and `tx.hash` will always be indexed
3. `psql` - the indexer services backed by PostgreSQL
1. when `kv` or `psql` is chosen, `tx.height` and `tx.hash` will always be indexed
1. when `psql` is chosen, `tx.height` and `tx.hash` will always be indexed

0 comments on commit a311510

Please sign in to comment.