mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 09:27:05 +00:00
Restore the hidden --web3-force-polling option as a deprecated one
This commit is contained in:
parent
957a8c2fdc
commit
ee610cbf34
@ -176,6 +176,11 @@ type
|
|||||||
desc: "A directory containing era files"
|
desc: "A directory containing era files"
|
||||||
name: "era-dir" .}: Option[InputDir]
|
name: "era-dir" .}: Option[InputDir]
|
||||||
|
|
||||||
|
web3ForcePolling* {.
|
||||||
|
hidden
|
||||||
|
desc: "Force the use of polling when determining the head block of Eth1 (obsolete)"
|
||||||
|
name: "web3-force-polling" .}: Option[bool]
|
||||||
|
|
||||||
web3Urls* {.
|
web3Urls* {.
|
||||||
desc: "One or more execution layer Engine API URLs"
|
desc: "One or more execution layer Engine API URLs"
|
||||||
name: "web3-url" .}: seq[EngineApiUrlConfigValue]
|
name: "web3-url" .}: seq[EngineApiUrlConfigValue]
|
||||||
|
@ -1806,6 +1806,7 @@ proc doRunBeaconNode(config: var BeaconNodeConf, rng: ref HmacDrbgContext) {.rai
|
|||||||
ignoreDeprecatedOption terminalTotalDifficultyOverride
|
ignoreDeprecatedOption terminalTotalDifficultyOverride
|
||||||
ignoreDeprecatedOption optimistic
|
ignoreDeprecatedOption optimistic
|
||||||
ignoreDeprecatedOption validatorMonitorTotals
|
ignoreDeprecatedOption validatorMonitorTotals
|
||||||
|
ignoreDeprecatedOption web3ForcePolling
|
||||||
|
|
||||||
createPidFile(config.dataDir.string / "beacon_node.pid")
|
createPidFile(config.dataDir.string / "beacon_node.pid")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user