upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-05-27 17:04:08 +0530
committerYour Name <you@example.com>2026-05-27 17:04:08 +0530
commited07956521a0edc25cc44b73fbd267fc2763fdac (patch)
tree224bcaec06d214e966a64a1e967addf3695a3d84 /src/config.rs
parentcd7d6dd7975eff18b49665f6ebcabee78b204f76 (diff)
Fix remaining compile errors: to_secret_hex, double-Result unwrap, unused imports
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 4117507..2016aab 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -1,5 +1,5 @@
1use anyhow::{Context, Result}; 1use anyhow::{Context, Result};
2use nostr::{FromBech32, PublicKey, ToBech32}; 2use nostr::{FromBech32, PublicKey};
3use serde::Deserialize; 3use serde::Deserialize;
4use std::path::PathBuf; 4use std::path::PathBuf;
5 5