diff options
author | Jonas Platte <jplatte@users.noreply.github.com> | 2017-08-05 03:25:03 +0200 |
---|---|---|
committer | Matthew Hodgson <matthew@arasphere.net> | 2017-08-05 02:25:03 +0100 |
commit | c15e4572ffcff7fa15784d2c51704f7fc6b4cc89 (patch) | |
tree | cf314b660c268535756a61ba34171873da6d3dec /README.md | |
parent | 8ccc5d108ba418562ce6048f30e69f7791675c5c (diff) |
Fix typo: ed2519 -> ed25519 (#178)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ so that the readers can avoid querying the room server unnecessarily. * Checks if it has already processed or is processing a request with the same `txnID`. * Checks the signatures for the events. - Fetches the ed2519 keys for the event senders if necessary. + Fetches the ed25519 keys for the event senders if necessary. * Queries the RoomServer for a copy of the state of the room at each event. * If the RoomServer doesn't know the state of the room at an event then query the state of the room at the event from the remote server using |