diff options
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 |