upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/57.md
diff options
context:
space:
mode:
authorVitor Pamplona <vitor@vitorpamplona.com>2023-05-23 13:46:05 -0400
committerVitor Pamplona <vitor@vitorpamplona.com>2023-05-23 13:46:05 -0400
commita56d650333c03a51b1f2d7852670216489ff35d6 (patch)
tree0998955fa46554bdafbccf966dab2bfb0124b179 /57.md
parente4937befd6fc29482387ab18a7fab98338dba55d (diff)
fixing json formatting
Diffstat (limited to '57.md')
-rw-r--r--57.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/57.md b/57.md
index 987b5a2..e67ec8b 100644
--- a/57.md
+++ b/57.md
@@ -173,9 +173,9 @@ When an event includes one or more `zap` tags, clients SHOULD calculate the lnur
173```json 173```json
174{ 174{
175 "tags": [ 175 "tags": [
176 [ "zap", "LNURL..", "lud06", 10 ], // 10% 176 [ "zap", "LNURL..", "lud06", 10 ], // 10%
177 [ "zap", "pablo@f7z.io", "lud16", 65 ], // 65% 177 [ "zap", "pablo@f7z.io", "lud16", 65 ], // 65%
178 [ "zap", "460c25e682fda7832b52d1f22d3d22b3176d972f60dcdc3212ed8c92ef85065c", "pubkey", 25 ] // 25% 178 [ "zap", "460c25e682fda7832b52d1f22d3d22b3176d972f60dcdc3212ed8c92ef85065c", "pubkey", 25 ] // 25%
179 ] 179 ]
180} 180}
181``` 181```