From ab6f70b8099bd385ec946cc7ddee3f4d89ef86b1 Mon Sep 17 00:00:00 2001 From: hustrust Date: Wed, 5 Nov 2025 16:40:49 +0800 Subject: [PATCH] BEP-525: fix typo Signed-off-by: hustrust --- BEPs/BEP-525.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BEPs/BEP-525.md b/BEPs/BEP-525.md index fb9e0e6a..d85e6faf 100644 --- a/BEPs/BEP-525.md +++ b/BEPs/BEP-525.md @@ -31,7 +31,7 @@ This is a new network topology that only accepts validators or nodes authorized ## 2. Motivation - For low network latency between validators: as BSC targets to short its block interval to sub-second, it is quite crucial to reduce the network latency between validators. Current P2P gossip based network is good at broadcasting blocks/transactions to the whole network, but it is not efficient enough, i.e. it would take lots of network bandwidth and also cost non-negligible latency. -- For low transaction latency: transaction latency is one of the key user experiences. Directed TxPool can provide a straight-forward path to deliver transactions to validators, whcih could be much faster comparing to the current gossip based public p2p network. +- For low transaction latency: transaction latency is one of the key user experiences. Directed TxPool can provide a straight-forward path to deliver transactions to validators, which could be much faster comparing to the current gossip based public p2p network. ## 3. Specification ### 3.1.Validator Dedicated Network(VDN) The general network topology can be described by the following diagram: