This commit is contained in:
Ben 2023-06-29 11:58:37 +01:00
parent 6c273e42bf
commit bd584464c0

8
88.md
View File

@ -88,9 +88,9 @@ User DMs the relay:
Relay responds with payment request, which user pays: 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>, "amount": <integer BTC millisat denomination>,
"relay": <string relay ws address>, "relay": <string relay ws address>,
"relaykey": <string public-key of relay>, "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>, "amount": <integer BTC millisat denomination>,
"relay": <string, relay ws address>, "relay": <string, relay ws address>,
"relaykey": <string public-key of relay>, "relaykey": <string public-key of relay>,
"timestamp": <integer timestamp, "timestamp": <integer timestamp>
} }
``` ```