fix: config: Fix eth rpc typo (#10076)

This commit is contained in:
Łukasz Magiera
2023-01-19 20:35:19 +00:00
committed by GitHub
parent 196b41d5f6
commit eaccb571a5
8 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -344,11 +344,11 @@
[Fevm]
# EnableEthPRC enables eth_ rpc, and enables storing a mapping of eth transaction hashes to filecoin message Cids.
# EnableEthRPC enables eth_ rpc, and enables storing a mapping of eth transaction hashes to filecoin message Cids.
#
# type: bool
# env var: LOTUS_FEVM_ENABLEETHPRC
#EnableEthPRC = false
# env var: LOTUS_FEVM_ENABLEETHRPC
#EnableEthRPC = false
# EthTxHashMappingLifetimeDays the transaction hash lookup database will delete mappings that have been stored for more than x days
# Set to 0 to keep all mappings