diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-22 21:02:03 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-22 21:02:03 +0000 |
| commit | 1df90c609399c675e629b97294aee81a0b1e66dd (patch) | |
| tree | 8482cdd0ea87cc0df5a86672bf99399aa0aa1a3d /src/main.rs | |
| parent | 5d3d96c7f0397a079384b7291ff21df76029b126 (diff) | |
chore: bump rust-nostr to latest master
so we can more easily support grasp purgatory feature
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 6d8b4dd..ddb198e 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -47,7 +47,7 @@ async fn main() -> Result<()> { | |||
| 47 | 47 | ||
| 48 | // Create Nostr relay with NIP-34 validation | 48 | // Create Nostr relay with NIP-34 validation |
| 49 | // Returns both the relay and database for direct queries in handlers | 49 | // Returns both the relay and database for direct queries in handlers |
| 50 | if let Ok(relay_with_db) = nostr::builder::create_relay(&config) { | 50 | if let Ok(relay_with_db) = nostr::builder::create_relay(&config).await { |
| 51 | info!( | 51 | info!( |
| 52 | "Relay created with NIP-34 validation for domain: {}", | 52 | "Relay created with NIP-34 validation for domain: {}", |
| 53 | config.domain | 53 | config.domain |