From 52cd96bd7dd19a091ac74bf941d47e430ea5273b Mon Sep 17 00:00:00 2001 From: Asara Date: Mon, 15 May 2023 20:43:58 -0400 Subject: [PATCH] add my own nostr key for testing --- cmd/lnd-verifier/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/lnd-verifier/main.go b/cmd/lnd-verifier/main.go index b102d7d..115c443 100644 --- a/cmd/lnd-verifier/main.go +++ b/cmd/lnd-verifier/main.go @@ -29,10 +29,10 @@ func main() { l.Fatal().Msg("unable to connect to redis") } /* - // Test to add requests directly to nostr for easy bootstrap/general laziness + // Test to add requests directly to nostr keyspace for easy bootstrap/general laziness nostrTest := nostr.NostrRequest{ Name: "asara", - Key: "npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6", + Key: "npub19hhggqd5zpmmddv9dvu2qq0ne5pn7f884v4dmku3llp4s44xaqzsl0vms7", Hostname: "devvul.com", } nostr.AddNostrAddr(nostrTest)