mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
fix some typo
This commit is contained in:
parent
32fde0b852
commit
23892e8f6b
6
96.md
6
96.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user