Minor change to make delegation token/string naming consistent

This commit is contained in:
Adam B
2023-02-14 14:33:50 -03:00
committed by fiatjaf
parent 04e7f0cef8
commit 23b863ad65
+1 -1
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>
]
```