Add nostr nip-05 registration with lnd invoices #1
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ func main() {
|
||||||
l.Fatal().Msg("unable to connect to redis")
|
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{
|
nostrTest := nostr.NostrRequest{
|
||||||
Name: "asara",
|
Name: "asara",
|
||||||
Key: "npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6",
|
Key: "npub19hhggqd5zpmmddv9dvu2qq0ne5pn7f884v4dmku3llp4s44xaqzsl0vms7",
|
||||||
Hostname: "devvul.com",
|
Hostname: "devvul.com",
|
||||||
}
|
}
|
||||||
nostr.AddNostrAddr(nostrTest)
|
nostr.AddNostrAddr(nostrTest)
|
||||||
|
|
Loading…
Reference in a new issue