diff options
Diffstat (limited to 'src/nostr/events.rs')
| -rw-r--r-- | src/nostr/events.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nostr/events.rs b/src/nostr/events.rs index b9784f7..a441742 100644 --- a/src/nostr/events.rs +++ b/src/nostr/events.rs | |||
| @@ -424,7 +424,7 @@ pub fn validate_announcement( | |||
| 424 | { | 424 | { |
| 425 | return AnnouncementResult::Reject(format!( | 425 | return AnnouncementResult::Reject(format!( |
| 426 | "Announcement lists service but does not match repository whitelist. \ | 426 | "Announcement lists service but does not match repository whitelist. \ |
| 427 | Repository {}/{} not in whitelist", | 427 | Repository {}/{} not in whitelist", |
| 428 | npub, announcement.identifier | 428 | npub, announcement.identifier |
| 429 | )); | 429 | )); |
| 430 | } | 430 | } |