Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazzymandias committed Aug 23, 2023
1 parent 811b294 commit 49157e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miner/algo_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ var emptyCodeHash = common.HexToHash("c5d2460186f7233c927e7db2dcc703c0e500b653ca
var (
ErrMevGasPriceNotSet = errors.New("mev gas price not set")
errInterrupt = errors.New("miner worker interrupted")
errNoAlgorithmConfig = errors.New("no algorithm configuration specified")
errNoPrivateKey = errors.New("no private key provided")
)

Expand Down

0 comments on commit 49157e8

Please sign in to comment.