Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Feb 20, 2024
1 parent 11e7c5b commit 2e15dd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2e15dd6

Please sign in to comment.