From 525f5607e894a8a85d0adc564d472b10ba12fcaf Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Mon, 9 Jun 2025 18:25:09 +0200 Subject: [PATCH] fix lint --- miner/worker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/miner/worker.go b/miner/worker.go index 118931135e..8f476f258f 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -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 }