prysm
prysm copied to clipboard
Disallow `--chain-config-file` or `--genesis-state` from being passed concurrently with a network flag
Prysm should error and exit if --chain-config-file
or --genesis-state
are passed concurrently with --ropsten
(or any other network flag), since one will override the others.
I believe you must provide a genesis state for a network that isn't mainnet.
I believe you must provide a genesis state for a network that isn't mainnet.
If that's true, then it must only apply on the initial run, as I removed those two flags from my prysm nodes after the --ropsten
flag was added, and they are working.