From fc8d92699bafeea068471371cdde20cadc231f4e Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Wed, 9 Jul 2025 10:43:03 +0200 Subject: [PATCH] Update core/txpool/blobpool/slotter.go Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> --- core/txpool/blobpool/slotter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/txpool/blobpool/slotter.go b/core/txpool/blobpool/slotter.go index a59fdffd36..00931f8c43 100644 --- a/core/txpool/blobpool/slotter.go +++ b/core/txpool/blobpool/slotter.go @@ -38,7 +38,7 @@ func newSlotter(maxBlobsPerTransaction int) func() (uint32, bool) { } // newSlotterEIP7594 creates a different slotter for EIP-7594 transactions. -// EIP-7594 (PeerDAS) changes the median transaction size which means the current +// EIP-7594 (PeerDAS) changes the average transaction size which means the current // static 4KB average size is not enough anymore. // This slotter adds a dynamic overhead component to the slotter, which also // captures the notion that blob transactions with more blobs are also more likely to