From 2e15dd61c54fbbb0cb283fb4d1ea131fec051474 Mon Sep 17 00:00:00 2001 From: Roshan Date: Tue, 20 Feb 2024 11:12:05 +0800 Subject: [PATCH] fix review comments --- miner/worker.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/miner/worker.go b/miner/worker.go index 7c75801992..2226988bec 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -87,8 +87,7 @@ type environment struct { txs []*types.Transaction receipts []*types.Receipt - blockReward *big.Int // block gas fee - profit *big.Int // block gas fee + BNBSentToSystem + profit *big.Int // block gas fee + BNBSentToSystem } // copy creates a deep copy of environment.