go-ethereum
go-ethereum copied to clipboard
core: remove unused bc ChainContext in applyTransaction
bc ChainContext is not used by applyTransaction at all, so there is no need to pass it.
The context is restarted by applyTransaction to the txContext:
https://github.com/ethereum/go-ethereum/blob/master/core/state_processor.go#L98