fix description of nostr query param

This commit is contained in:
jiftechnify 2023-05-14 13:16:10 +09:00
parent 9076b8486d
commit 89e3c01b14
No known key found for this signature in database
GPG Key ID: 009040DA8C4F544C

2
57.md
View File

@ -102,7 +102,7 @@ The lnurl server will need some additional pieces of information so that clients
### Appendix D: LNURL Server Zap Request Validation ### Appendix D: LNURL Server Zap Request Validation
When a client sends a `zap request` event to a server's lnurl-pay callback URL, there will be a `nostr` query parameter where the contents of the event are URI- and JSON-encoded. If present, the `zap request` event must be validated in the following ways: When a client sends a `zap request` event to a server's lnurl-pay callback URL, there will be a `nostr` query parameter whose value is that event which is URI- and JSON-encoded. If present, the `zap request` event must be validated in the following ways:
1. It MUST have a valid nostr signature 1. It MUST have a valid nostr signature
2. It MUST have tags 2. It MUST have tags