Update doc - typo

Co-authored-by: kaichao <kaichaosuna@gmail.com>
This commit is contained in:
Abhimanyu 2024-01-29 16:07:51 +05:30 committed by GitHub
parent e2f5b0a61e
commit a33048b8f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ The server will respond with the `ExchangeRootResponse` message.
### ExchangeRootResponse
This message is sent by the peer/server in response to the GetRootRequest message.
This message is sent by the peer/server in response to the `ExchangeRootRequest` message.
It contains the root Node of the tree present at a same or lower (maximum at the server) height as the client.
Client can then use this root Node to traverse the tree and iteratively find the intermediate/leaf Nodes that it needs to Sync with peer.