From 755f00aac4f38520bba9f51bd116989e563645ca Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Fri, 27 Jan 2023 21:14:38 -0500 Subject: [PATCH] remove nprofile unsupported note --- src/ui/help/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/help/mod.rs b/src/ui/help/mod.rs index 11806b52..e99a3e71 100644 --- a/src/ui/help/mod.rs +++ b/src/ui/help/mod.rs @@ -150,7 +150,7 @@ pub(super) fn update(app: &mut GossipUi, ctx: &Context, _frame: &mut eframe::Fra }); ui.label("\n• nprofile"); ui.indent("helpfollownprofile1", |ui| { - ui.label("An nprofile string is bech32 encoded information about a person that includes their public key as well as one or more relays that they post to. As strings, they can be anywhere: on other social media, in emails, on webpages, as QR codes, etc. NOTE: as of this writing gossip does not support nprofile, but it should soon."); + ui.label("An nprofile string is bech32 encoded information about a person that includes their public key as well as one or more relays that they post to. As strings, they can be anywhere: on other social media, in emails, on webpages, as QR codes, etc."); }); ui.label("\n• NIP-05 (in reverse)"); ui.indent("helpfollownip05", |ui| {