cmd/utils, eth, les: bubble --fakepow flag into eth/les too

This commit is contained in:
Péter Szilágyi
2017-01-04 10:42:41 +02:00
parent 891fcd8ce1
commit 2ce30382d9
3 changed files with 11 additions and 10 deletions

View File

@ -749,6 +749,7 @@ 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