From 6caa1eccdcbcb594b6c05e93366f50d1b2b8a98a Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Tue, 10 Jun 2025 15:30:15 +0200 Subject: [PATCH] comment phrasing --- miner/worker.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/miner/worker.go b/miner/worker.go index d945752f74..0e0dcf0c8d 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -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