mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 15:09:07 -05:00
typos
This commit is contained in:
parent
6c273e42bf
commit
bd584464c0
8
88.md
8
88.md
|
@ -88,9 +88,9 @@ User DMs the relay:
|
|||
|
||||
Relay responds with payment request, which user pays:
|
||||
|
||||
```json{
|
||||
```json
|
||||
{
|
||||
"request": <string payment request, bolt11 bolt12 onchain stripe paypal shitcoin etc>,
|
||||
"request": <string payment request bolt11 bolt12 onchain stripe paypal shitcoin etc>
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -121,7 +121,7 @@ User client stores:
|
|||
"amount": <integer BTC millisat denomination>,
|
||||
"relay": <string relay ws address>,
|
||||
"relaykey": <string public-key of relay>,
|
||||
"timestamp": <integer timestamp,
|
||||
"timestamp": <integer timestamp>
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -184,6 +184,6 @@ User(s) client stores:
|
|||
"amount": <integer BTC millisat denomination>,
|
||||
"relay": <string, relay ws address>,
|
||||
"relaykey": <string public-key of relay>,
|
||||
"timestamp": <integer timestamp,
|
||||
"timestamp": <integer timestamp>
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user