From 06b381d1c9dd8e47d7862c0846352a0023e53ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 5 Jan 2017 12:40:56 +0200 Subject: cmd/utils: disallow `--fakepow` for live operation (#3512) --- cmd/utils/flags.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/utils') diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 1cb975a17..9df891f78 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -749,7 +749,6 @@ func RegisterEthService(ctx *cli.Context, stack *node.Node, extra []byte) { GpobaseCorrectionFactor: ctx.GlobalInt(GpobaseCorrectionFactorFlag.Name), SolcPath: ctx.GlobalString(SolcPathFlag.Name), AutoDAG: ctx.GlobalBool(AutoDAGFlag.Name) || ctx.GlobalBool(MiningEnabledFlag.Name), - PowFake: ctx.GlobalBool(FakePoWFlag.Name), } // Override any default configs in dev mode or the test net -- cgit v1.2.3