upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/sub_commands
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-22 15:26:44 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-22 15:26:44 +0100
commit0762d44a9ec3d8a5477e171933428cd9749e0659 (patch)
treecc79eaf07fff399bd5083aebf67fff09cc718952 /src/sub_commands
parent8656948d488b205ee1b25ffe4c85e51ad09df345 (diff)
chore: bump rust-nostr to v0.33.0
bump all rust-nostr packages move from using patched nip46 nip05 function to profile function in v33 fix send_events_to error message
Diffstat (limited to 'src/sub_commands')
-rw-r--r--src/sub_commands/send.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/send.rs b/src/sub_commands/send.rs
index 95d3eb0..33ce104 100644
--- a/src/sub_commands/send.rs
+++ b/src/sub_commands/send.rs
@@ -405,7 +405,7 @@ pub async fn send_events(
405 console::style( 405 console::style(
406 e.to_string() 406 e.to_string()
407 .replace("relay pool error:", "error:") 407 .replace("relay pool error:", "error:")
408 .replace("event not published: ", ""), 408 .replace("event not published: ", "error: "),
409 ) 409 )
410 .for_stderr() 410 .for_stderr()
411 .red() 411 .red()