This commit is contained in:
Jared Wasinger 2025-06-09 18:25:09 +02:00 committed by Felix Lange
parent b6e8755884
commit 525f5607e8

View file

@ -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
}