From 83933e33a95cee2f7fafea5f23bd720d3ac3c583 Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:57:08 -0400 Subject: [PATCH 1/2] Update docs/nodes/consensus-node.mdx Co-authored-by: Rootul P --- docs/nodes/consensus-node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes/consensus-node.mdx b/docs/nodes/consensus-node.mdx index 58d0924fc21..eded93283d6 100644 --- a/docs/nodes/consensus-node.mdx +++ b/docs/nodes/consensus-node.mdx @@ -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** From 51cccfc2e63ebaf8d939b4aaa7787e0435a20205 Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:57:32 -0400 Subject: [PATCH 2/2] Update docs/nodes/consensus-node.mdx Co-authored-by: Rootul P --- docs/nodes/consensus-node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes/consensus-node.mdx b/docs/nodes/consensus-node.mdx index eded93283d6..33db2c76a48 100644 --- a/docs/nodes/consensus-node.mdx +++ b/docs/nodes/consensus-node.mdx @@ -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