From 01aaf9facc589db226e0600e2f38c055802cef98 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Thu, 9 May 2024 13:21:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d915ed..9951659 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ go install github.com/hieblmi/go-host-lnaddr@latest - `RPCHost`: Your lnd's REST endpoint e.g. "https://localhost:8080" - `InvoiceMacaroonPath`: "/path/to/invoice.macaroon" - `TLSCertPath`: "/home/user/.lnd/tls.cert", -- `LightningAddresses`: [ Array of preferred lightning addresses hosted by the server. Mine is: tips@allmysats.com :-). This resolves to https://allmysats.com/.well-known/lnurlp/tips ] +- `LightningAddresses`: [ Array of preferred lightning addresses hosted by the server. Mine is: thats@satswellspent.com :-). This resolves to https://satswellspent.com/.well-known/lnurlp/thats ] - `MinSendable`: 1000, - `MaxSendable`: 100000000, - `CommentAllowed`: If set to 0 the sender can't add a comment otherwise the number stands for the permitted number of characters.