Skip to content

Commit

Permalink
fix: relay config
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Jul 15, 2024
1 parent d485088 commit 58fc3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mod limits;
// Config Names
const NWC_SECRET: &str = "nostr-connect-wallet-secret";
const CLIENT_SECRET: &str = "nostr-connect-client-secret";
const RELAY: &str = "nostr_connect-relay";
const RELAY: &str = "nostr-connect-relay";
const MAX_INVOICE_SAT: &str = "nostr-connect-max-invoice-sat";
const HOUR_LIMIT_SAT: &str = "nostr-connect-hour-limit-sat";
const DAY_LIMIT_SAT: &str = "nostr-connect-day-limit-sat";
Expand Down

0 comments on commit 58fc3ea

Please sign in to comment.