We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb7d25 commit db665f7Copy full SHA for db665f7
modules/lighthouse-validator/default.nix
@@ -90,7 +90,7 @@ in {
90
else "--datadir %S/${user}";
91
92
beaconNodes =
93
- if (cfg.args.beacon-nodes != null) && (length cfg.args.beacon-nodes == 0)
+ if (cfg.args.beacon-nodes != null) && (length cfg.args.beacon-nodes != 0)
94
then "--beacon-nodes ${concatStringsSep "," cfg.args.beacon-nodes}"
95
else let
96
beaconCfg = config.services.ethereum.lighthouse-beacon.${name};
0 commit comments