mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +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)
|
includedWithdrawals = append(includedWithdrawals, withdrawal)
|
||||||
work.size += params.WithdrawalSize
|
work.size += params.WithdrawalSize
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
includedWithdrawals = genParam.withdrawals
|
includedWithdrawals = genParam.withdrawals
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue