mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 16:08:26 -05:00
* Add error if chain-config-file used with network If the chain-config-file flag is used concurrently with the network flag then error and exit. Related to #10822. * Add config file name to error message with `fmt` Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> * Add unit test for hasNetworkFlag * Add list of network flags to features * Fix imports * Run gazelle * retrigger checks Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>