mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
Update core/txpool/blobpool/slotter.go
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
This commit is contained in:
parent
72c3a9467d
commit
fc8d92699b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue