upleb.uk

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

summaryrefslogtreecommitdiff
path: root/26.md
diff options
context:
space:
mode:
authorAdam B <13562139+catenocrypt@users.noreply.github.com>2023-02-13 12:34:12 +0100
committerfiatjaf <fiatjaf@gmail.com>2023-02-14 14:33:50 -0300
commit23b863ad65694f041bbe921168d96cd274b998d3 (patch)
treecf78ad3adc2c63f8a04a94d9d9825dde2485c968 /26.md
parent04e7f0cef80802ab7cd1fac7604170dec309ee8c (diff)
Minor change to make delegation token/string naming consistent
Diffstat (limited to '26.md')
-rw-r--r--26.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/26.md b/26.md
index 955a043..11468c0 100644
--- a/26.md
+++ b/26.md
@@ -19,7 +19,7 @@ This NIP introduces a new tag: `delegation` which is formatted as follows:
19 "delegation", 19 "delegation",
20 <pubkey of the delegator>, 20 <pubkey of the delegator>,
21 <conditions query string>, 21 <conditions query string>,
22 <64-byte Schnorr signature of the sha256 hash of the delegation token> 22 <delegation token: 64-byte Schnorr signature of the sha256 hash of the delegation string>
23] 23]
24``` 24```
25 25