Minor change to make delegation token/string naming consistent

This commit is contained in:
Adam B 2023-02-13 12:34:12 +01:00 committed by fiatjaf
parent 04e7f0cef8
commit 23b863ad65

2
26.md
View File

@ -19,7 +19,7 @@ This NIP introduces a new tag: `delegation` which is formatted as follows:
"delegation",
<pubkey of the delegator>,
<conditions query string>,
<64-byte Schnorr signature of the sha256 hash of the delegation token>
<delegation token: 64-byte Schnorr signature of the sha256 hash of the delegation string>
]
```