mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 15:09:07 -05:00
typo
This commit is contained in:
parent
72d686ff3a
commit
6c273e42bf
6
88.md
6
88.md
|
@ -90,7 +90,7 @@ Relay responds with payment request, which user pays:
|
|||
|
||||
```json{
|
||||
{
|
||||
"request": <string payment-request bolt11 bolt12 onchain stripe paypal shitcoin etc>,
|
||||
"request": <string payment request, bolt11 bolt12 onchain stripe paypal shitcoin etc>,
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -100,7 +100,7 @@ Once paid the mint generates derived keypair from the mints private key, storing
|
|||
{
|
||||
"key": <integer derived keypair number>,
|
||||
"amount": <integer BTC millisat denomination>,
|
||||
"user": <string, public-key of user>
|
||||
"user": <string public-key of user>
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -119,7 +119,7 @@ User client stores:
|
|||
{
|
||||
"key": <string derived private key/ecash>,
|
||||
"amount": <integer BTC millisat denomination>,
|
||||
"relay": <string, relay ws address>,
|
||||
"relay": <string relay ws address>,
|
||||
"relaykey": <string public-key of relay>,
|
||||
"timestamp": <integer timestamp,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user