diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-20 20:31:33 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-20 21:21:50 +0000 |
| commit | 4295e4a3aaca29fda73a955186d30641815d4efa (patch) | |
| tree | b68e01886562c8532be4572b7317dd3249bd90c4 /src | |
| parent | 724e02ac8c538e9dfe4faa072082fad301e49b10 (diff) | |
update relay prompt to reflect grasp servers are sufficient
Public relays are no longer recommended; grasp servers cover relay
needs. The interactive prompt now reflects this.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/ngit/sub_commands/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/init.rs b/src/bin/ngit/sub_commands/init.rs index 1b3bf28..5c43e6e 100644 --- a/src/bin/ngit/sub_commands/init.rs +++ b/src/bin/ngit/sub_commands/init.rs | |||
| @@ -798,7 +798,7 @@ fn resolve_fields( | |||
| 798 | .collect(); | 798 | .collect(); |
| 799 | let selections: Vec<bool> = vec![true; options.len()]; | 799 | let selections: Vec<bool> = vec![true; options.len()]; |
| 800 | let selected = multi_select_with_custom_value( | 800 | let selected = multi_select_with_custom_value( |
| 801 | "additional nostr relays on top of nostr-relays - 1 or 2 public relays are reccomended", | 801 | "extra nostr relays (grasp servers are sufficient; public relays optional)", |
| 802 | "nostr relay", | 802 | "nostr relay", |
| 803 | options, | 803 | options, |
| 804 | selections, | 804 | selections, |