diff --git a/docs/guide/faq.md b/docs/guide/faq.md index b82705746..29e62f89e 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -8,6 +8,15 @@ nav_order: 5 Frequently Asked Questions =============== +
When I scan a QR LNURL from my LNbits, I get "network error". What can I do? +

If your LNbits is running behind Tor (and you can't run it on clearnet), you must do the following:

+ + +
+
Where can I see payment details?

When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this: @@ -18,7 +27,7 @@ As you can see on the left side, there's a little green arrow for receiveing or If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment.

-If the sender's LN wallet support [LUD-18](https://github.com/lnurl/luds) (nameDesc) will also insert an alias/pseudonym preceeding the comment. This optional and only if the sender want to send that name. It can be any name and not related to real names. +If the sender's LN wallet support [LUD-18](https://github.com/lnurl/luds) (nameDesc) will also insert an alias/pseudonym preceeding the comment. This is optional and only if the sender want to send that name. It can be any name and not related to real names.

![lnbits-tx-details.png](https://i.postimg.cc/yYnvyK4w/lnbits-tx-details.png)