mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
fixing json formatting
This commit is contained in:
parent
e4937befd6
commit
a56d650333
4
57.md
4
57.md
|
@ -173,9 +173,9 @@ When an event includes one or more `zap` tags, clients SHOULD calculate the lnur
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"tags": [
|
"tags": [
|
||||||
[ "zap", "LNURL..", "lud06", 10 ], // 10%
|
[ "zap", "LNURL..", "lud06", 10 ], // 10%
|
||||||
[ "zap", "pablo@f7z.io", "lud16", 65 ], // 65%
|
[ "zap", "pablo@f7z.io", "lud16", 65 ], // 65%
|
||||||
[ "zap", "460c25e682fda7832b52d1f22d3d22b3176d972f60dcdc3212ed8c92ef85065c", "pubkey", 25 ] // 25%
|
[ "zap", "460c25e682fda7832b52d1f22d3d22b3176d972f60dcdc3212ed8c92ef85065c", "pubkey", 25 ] // 25%
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user