Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liam.lai committed Nov 23, 2024
1 parent 075cd35 commit f9c6a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1077,9 +1077,9 @@ func (env *Work) commitTransactions(mux *event.TypeMux, balanceFee map[common.Ad
txs.Pop()
continue
}
log.Info("[commitTransactions] start commitTransaction", to.Hex())
log.Info("[commitTransactions] start commitTransaction", "nonce", nonce)
err, logs, tokenFeeUsed, gas := env.commitTransaction(balanceFee, tx, bc, coinbase, gp)
log.Info("[commitTransactions] end commitTransaction", to.Hex())
log.Info("[commitTransactions] end commitTransaction", "nonce", nonce)
switch {
case errors.Is(err, core.ErrGasLimitReached):
// Pop the current out-of-gas transaction without shifting in the next from the account
Expand Down

0 comments on commit f9c6a47

Please sign in to comment.