mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
comment phrasing
This commit is contained in:
parent
0293afe118
commit
6caa1eccdc
1 changed files with 3 additions and 2 deletions
|
|
@ -109,8 +109,9 @@ func (miner *Miner) generateWork(genParam *generateParams, witness bool) *newPay
|
||||||
var includedWithdrawals types.Withdrawals
|
var includedWithdrawals types.Withdrawals
|
||||||
|
|
||||||
// If we are post-osaka, incorporate the requested withdrawals into the
|
// If we are post-osaka, incorporate the requested withdrawals into the
|
||||||
// block size up-front to ensure that all requested withdrawals can be
|
// block size calculation up-front to ensure that all requested withdrawals
|
||||||
// included even if we hit the size cap when filling the block with txs.
|
// 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
|
// 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
|
// over the block size cap limit. The withdrawal cap ensures that this can't
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue