fix some typo

This commit is contained in:
Quentin 2024-06-29 10:29:14 +02:00
parent 32fde0b852
commit 23892e8f6b

6
96.md
View File

@ -319,9 +319,11 @@ Example Response:
## Payment required
`servers` may require payment for file storage. In that case, the server SHOULD serve the normal response with a **402 Payment Required** status code and a the `payment_request` field filled with a LN invoice.
Some servers may require payment for file storage. In that case, the server SHOULD serve the normal response with a **402 Payment Required** status code and a the `payment_request` field filled. The `payment_request` field MUST be a standard bolt11 invoice.
Until the payment is done, the server SHOULD display a QR code in the url tag of the NIP-94 event response. When the payment is done, the server MUST swap the QR code for the uploaded file.
Until the payment is done, the server SHOULD display a QR code (or another usefull information) in the url tag of the NIP-94 event response. When the payment is done, the server MUST swap the QR code for the uploaded file.
Clients SHOULD check the `payment_request` field and display the QR code to the user if the field is present.
## Selecting a Server