From a6e7926f552f825889db15490dbe142e50674647 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 30 Oct 2023 21:53:19 +0000 Subject: [PATCH] clients/reth: remove mention of HIVE_SKIP_POW --- clients/reth/reth.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/reth/reth.sh b/clients/reth/reth.sh index 6adf995d4b..0058f53f88 100644 --- a/clients/reth/reth.sh +++ b/clients/reth/reth.sh @@ -31,7 +31,6 @@ # - HIVE_GRAPHQL_ENABLED turns on GraphQL server # - HIVE_CLIQUE_PRIVATEKEY private key for clique mining # - HIVE_NODETYPE sync and pruning selector (archive, full, light) -# - HIVE_SKIP_POW If set, skip PoW verification during block import # - HIVE_MINER address to credit with mining rewards # - HIVE_MINER_EXTRA extra-data field to set for newly minted blocks