mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-24 20:47:16 +00:00
aae4f616e4
In Geth, we have two sources for configuration: (1) Config file (2) Command line flag Basically geth will first resolve config file and then overwrite configs with command line flags. This issue is: geth should only overwrite configs if flags are truly set. So before we apply any flag to configs, `GlobalIsSet` check is necessary. |
||
---|---|---|
.. | ||
abigen | ||
bootnode | ||
checkpoint-admin | ||
clef | ||
devp2p | ||
ethkey | ||
evm | ||
geth | ||
hack | ||
p2psim | ||
pics | ||
puppeth | ||
rlpdump | ||
rpcdaemon | ||
rpctest | ||
state | ||
tester | ||
utils |