cmd/utils: disallow --fakepow for live operation

This commit is contained in:
Péter Szilágyi 2017-01-04 15:03:23 +02:00
parent 0fac8cba47
commit 976142d662
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -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