remove unused var.

This commit is contained in:
Raúl Kripalani 2022-12-23 18:21:40 +00:00
parent a469840290
commit a22518d96d

View File

@ -79,8 +79,6 @@ var (
_ EthEventAPI = *new(api.FullNode)
)
var EmptyLogsBloom = make([]byte, 256)
// EthModule provides the default implementation of the standard Ethereum JSON-RPC API.
//
// # Execution model reconciliation