Update 26.md

Typo
This commit is contained in:
Ben Hayward 2023-01-28 12:42:50 +00:00 committed by GitHub
parent 048174da90
commit 9ddc3b1c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
26.md
View File

@ -96,7 +96,7 @@ The delegatee (477318cf) can now construct an event on behalf of the delegator (
}
```
The event should be considered a valid delegation if the conditions are satisfied (`kind=1` and `created_at>1674834236` & `created_at<1677426236` in this example) and, upon validation of the delegation token, are found to be unchanged from the conditions in the original delegation string.
The event should be considered a valid delegation if the conditions are satisfied (`kind=1, `created_at>1674834236` and `created_at<1677426236` in this example) and, upon validation of the delegation token, are found to be unchanged from the conditions in the original delegation string.
Clients should display the delegated note as if it was published directly by the delegator (8e0d3d3e).