upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/lib/git
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/git')
-rw-r--r--src/lib/git/nostr_url.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/git/nostr_url.rs b/src/lib/git/nostr_url.rs
index e9b482f..8abf3f7 100644
--- a/src/lib/git/nostr_url.rs
+++ b/src/lib/git/nostr_url.rs
@@ -206,6 +206,7 @@ impl NostrUrlDecoded {
206 if s.len() == 2 { s[1] } else { s[0] } 206 if s.len() == 2 { s[1] } else { s[0] }
207 }; 207 };
208 term.write_line(&format!("fetching pubic key info from {domain}..."))?; 208 term.write_line(&format!("fetching pubic key info from {domain}..."))?;
209 // TODO we now need to implement our own wrapper for this
209 let res = nip05::profile(npub_or_nip05, None).await.context(format!( 210 let res = nip05::profile(npub_or_nip05, None).await.context(format!(
210 "failed to get nostr public key for {npub_or_nip05} from {domain}" 211 "failed to get nostr public key for {npub_or_nip05} from {domain}"
211 ))?; 212 ))?;