mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
fix lint
This commit is contained in:
parent
b6e8755884
commit
525f5607e8
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ func (miner *Miner) generateWork(genParam *generateParams, witness bool) *newPay
|
|||
includedWithdrawals = append(includedWithdrawals, withdrawal)
|
||||
work.size += params.WithdrawalSize
|
||||
}
|
||||
|
||||
} else {
|
||||
includedWithdrawals = genParam.withdrawals
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue