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 )