From a33048b8f1acca6f23fbac0ef742376c923695e3 Mon Sep 17 00:00:00 2001 From: Abhimanyu Date: Mon, 29 Jan 2024 16:07:51 +0530 Subject: [PATCH] Update doc - typo Co-authored-by: kaichao --- content/docs/rfcs/75/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/rfcs/75/README.md b/content/docs/rfcs/75/README.md index 2302d1cf..2e4e634a 100644 --- a/content/docs/rfcs/75/README.md +++ b/content/docs/rfcs/75/README.md @@ -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.