aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/actions
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/nostr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/nostr.rs b/src/actions/nostr.rs
index 3507d2e..6ad91b5 100644
--- a/src/actions/nostr.rs
+++ b/src/actions/nostr.rs
@@ -156,7 +156,7 @@ impl<'a> NostrAction<'a> {
nip05::get_profile(&nostr_config.recipient, nostr_config.proxy)
.await
.with_context(|| {
- format!("invalid recipient '{}': {}", nostr_config.recipient, e)
+ format!("invalid recipient '{}': {:#}", nostr_config.recipient, e)
})?
.public_key
}