From 1ddc966b317b6801349919e3b57e424eef299bb9 Mon Sep 17 00:00:00 2001 From: Steven Olmsted Date: Tue, 15 Mar 2022 20:46:38 -0400 Subject: [PATCH] Fix typo --- src/ripple/app/ledger/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ripple/app/ledger/README.md b/src/ripple/app/ledger/README.md index d57e7044ec..cf7844856b 100644 --- a/src/ripple/app/ledger/README.md +++ b/src/ripple/app/ledger/README.md @@ -162,7 +162,7 @@ There are also indirect peer queries. If there have been timeouts while acquiring ledger data then a server may issue indirect queries. In that case the server receiving the indirect query passes the query along to any of its peers that may have the requested data. This is important if the -network has a byzantine failure. If also helps protect the validation +network has a byzantine failure. It also helps protect the validation network. A validator may need to get a peer set from one of the other validators, and indirect queries improve the likelihood of success with that. @@ -487,4 +487,3 @@ ledger(s) for missing nodes in the back end node store --- # References # -