From 35fd44fc2e67b5d86f2885e4c4d037def0296571 Mon Sep 17 00:00:00 2001 From: Sasha Date: Mon, 1 Jul 2024 18:58:27 +0200 Subject: [PATCH] remove wonted word --- informational/req-res-reliability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/informational/req-res-reliability.md b/informational/req-res-reliability.md index 0b2054f..d93438a 100644 --- a/informational/req-res-reliability.md +++ b/informational/req-res-reliability.md @@ -33,7 +33,7 @@ As a useful metric to define and implement for determining quality of provided s - Each protocols should retain a pool of reliable peers. In case a protocol failed to use any peer more than once - connection to it should be dropped and new peer should be added to the pool instead. -- During discovery of new peers it is better to filter unwonted out based on ENR / multiaddress. For example in some cases `circuit-relay` addresses are not needed when we try to find and connect to peers directly. +- During discovery of new peers it is better to filter out based on ENR / multiaddress. For example in some cases `circuit-relay` addresses are not needed when we try to find and connect to peers directly. - When peer is discovered second time, we need to be sure to keep connection information up to date in Peer Store.