From 8bce2518d3ce66795eb3a9ed1ee58adce9293c37 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 18 Mar 2021 12:43:07 +0200 Subject: [PATCH] chore: remove empty line --- eth/backend.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/backend.go b/eth/backend.go index 0c020fae4..657422cb7 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -233,7 +233,6 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) { gpoParams.Default = config.Miner.GasPrice } eth.APIBackend.gpo = gasprice.NewOracle(eth.APIBackend, gpoParams) - // create the L1 GPO and allow the API backend and the sync service to access it l1Gpo := gasprice.NewL1Oracle(config.Rollup.L1GasPrice) eth.APIBackend.l1gpo = l1Gpo