From a1c7795034385a1c48a66ca257c21a4ebdddbcbf Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 25 Aug 2021 18:55:01 +0700 Subject: [PATCH] persistence --- txpool/send.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpool/send.go b/txpool/send.go index 9ef1cfc99..a8591feda 100644 --- a/txpool/send.go +++ b/txpool/send.go @@ -55,7 +55,7 @@ func (f *Send) SetWaitGroup(wg *sync.WaitGroup) { const ( // This is the target size for the packs of transactions or announcements. A - // pack can info larger than this if a single transactions exceeds this size. + // pack can get larger than this if a single transactions exceeds this size. p2pTxPacketLimit = 100 * 1024 )