diff options
| -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 | ||