Fix nostrRelays description: space-separated, not comma-separated
Some checks are pending
nix-bitcoin tests / build_test_drivers (push) Waiting to run
nix-bitcoin tests / test_scenario (default) (push) Blocked by required conditions
nix-bitcoin tests / test_scenario (joinmarket-bitcoind-29) (push) Blocked by required conditions
nix-bitcoin tests / test_scenario (netns) (push) Blocked by required conditions
nix-bitcoin tests / test_scenario (netnsRegtest) (push) Blocked by required conditions
nix-bitcoin tests / check_flake (push) Waiting to run

Lightning.Pub splits NOSTR_RELAYS on spaces, not commas.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Patrick Mulligan 2026-02-27 10:27:13 -05:00
parent 966d668f4d
commit 66b242b7e0

View file

@ -53,7 +53,7 @@ let
nostrRelays = mkOption {
type = types.str;
default = "wss://relay.lightning.pub";
description = "Comma-separated list of Nostr relay WebSocket URLs.";
description = "Space-separated list of Nostr relay WebSocket URLs.";
};
serviceFee = {