Skip to content

Commit

Permalink
cmd/geth: fix typo in error message (ethereum#23697)
Browse files Browse the repository at this point in the history
  • Loading branch information
darcys22 authored and zzyalbert committed Nov 26, 2021
1 parent 22bdd51 commit a2479a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/main.go
Expand Up @@ -394,7 +394,7 @@ func startNode(ctx *cli.Context, stack *node.Node, backend ethapi.Backend) {
}
ethBackend, ok := backend.(*eth.EthAPIBackend)
if !ok {
utils.Fatalf("Ethereum service not running: %v", err)
utils.Fatalf("Ethereum service not running")
}
// Set the gas price to the limits from the CLI and start mining
gasprice := utils.GlobalBig(ctx, utils.MinerGasPriceFlag.Name)
Expand Down

0 comments on commit a2479a4

Please sign in to comment.