Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Commit

Permalink
chore: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Mar 27, 2021
1 parent f25071c commit 8bce251
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bce251

Please sign in to comment.