Update core/txpool/blobpool/slotter.go

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
This commit is contained in:
Marius van der Wijden 2025-07-09 10:43:03 +02:00 committed by lightclient
parent 72c3a9467d
commit fc8d92699b
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -38,7 +38,7 @@ func newSlotter(maxBlobsPerTransaction int) func() (uint32, bool) {
} }
// newSlotterEIP7594 creates a different slotter for EIP-7594 transactions. // 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. // static 4KB average size is not enough anymore.
// This slotter adds a dynamic overhead component to the slotter, which also // 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 // captures the notion that blob transactions with more blobs are also more likely to