diff options
| author | Adam B <13562139+catenocrypt@users.noreply.github.com> | 2023-02-13 12:34:12 +0100 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-02-14 14:33:50 -0300 |
| commit | 23b863ad65694f041bbe921168d96cd274b998d3 (patch) | |
| tree | cf78ad3adc2c63f8a04a94d9d9825dde2485c968 /26.md | |
| parent | 04e7f0cef80802ab7cd1fac7604170dec309ee8c (diff) | |
Minor change to make delegation token/string naming consistent
Diffstat (limited to '26.md')
| -rw-r--r-- | 26.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||