mirror of
https://github.com/Routstr/routstrd.git
synced 2026-08-11 20:47:58 +00:00
feat: pass routstrPubkey from config to routeRequests when set
This commit is contained in:
@@ -14,6 +14,8 @@ export interface RoutstrdConfig {
|
||||
mode?: "xcashu" | "apikeys";
|
||||
daemonUrl?: string;
|
||||
nsec?: string;
|
||||
/** Nostr hex pubkey for routstr review/model events (kind 38425/38423). */
|
||||
routstrPubkey?: string;
|
||||
}
|
||||
|
||||
export const DEFAULT_CONFIG: RoutstrdConfig = {
|
||||
|
||||
Reference in New Issue
Block a user