Skip to content

Commit

Permalink
Merge branch 'standalone-db' of https://github.com/ava-labs/subnet-evm
Browse files Browse the repository at this point in the history
…into standalone-db
  • Loading branch information
ceyonur committed Oct 16, 2024
2 parents 98a48cc + 1e38544 commit d2de9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ func (w *worker) commitTransaction(env *environment, tx *types.Transaction, coin
}
env.txs = append(env.txs, tx)
env.receipts = append(env.receipts, receipt)
env.size += tx.Size()
return receipt.Logs, nil
}

Expand Down

0 comments on commit d2de9ae

Please sign in to comment.