comment phrasing

This commit is contained in:
Jared Wasinger 2025-06-10 15:30:15 +02:00 committed by Felix Lange
parent 0293afe118
commit 6caa1eccdc

View file

@ -109,8 +109,9 @@ func (miner *Miner) generateWork(genParam *generateParams, witness bool) *newPay
var includedWithdrawals types.Withdrawals
// If we are post-osaka, incorporate the requested withdrawals into the
// block size up-front to ensure that all requested withdrawals can be
// included even if we hit the size cap when filling the block with txs.
// block size calculation up-front to ensure that all requested withdrawals
// can be included even if we hit the size cap when filling the block with
// txs.
//
// Also, ensure that including all requested withdrawals wouldn't bring us
// over the block size cap limit. The withdrawal cap ensures that this can't