• gary rong's avatar
    cmd/utils: fix command line flag resolve (#20167) · 028af345
    gary rong authored
    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.
    028af345
Name
Last commit
Last update
..
abigen Loading commit data...
bootnode Loading commit data...
checkpoint-admin Loading commit data...
clef Loading commit data...
devp2p Loading commit data...
ethkey Loading commit data...
evm Loading commit data...
faucet Loading commit data...
geth Loading commit data...
p2psim Loading commit data...
puppeth Loading commit data...
rlpdump Loading commit data...
utils Loading commit data...
wnode Loading commit data...