aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-01-04 16:42:41 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-01-04 16:42:41 +0800
commit2ce30382d9bbda91e3b253029082e6add2d51294 (patch)
treec79e8154f5ece9b6b89dd82a2c6bd35164689cb8 /cmd/utils
parent891fcd8ce133dd118a4ae96b3bb36e700ae7cc0f (diff)
downloadgo-tangerine-2ce30382d9bbda91e3b253029082e6add2d51294.tar
go-tangerine-2ce30382d9bbda91e3b253029082e6add2d51294.tar.gz
go-tangerine-2ce30382d9bbda91e3b253029082e6add2d51294.tar.bz2
go-tangerine-2ce30382d9bbda91e3b253029082e6add2d51294.tar.lz
go-tangerine-2ce30382d9bbda91e3b253029082e6add2d51294.tar.xz
go-tangerine-2ce30382d9bbda91e3b253029082e6add2d51294.tar.zst
go-tangerine-2ce30382d9bbda91e3b253029082e6add2d51294.zip
cmd/utils, eth, les: bubble --fakepow flag into eth/les too
Diffstat (limited to 'cmd/utils')
-rw-r--r--cmd/utils/flags.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go
index 9df891f78..1cb975a17 100644
--- a/cmd/utils/flags.go
+++ b/cmd/utils/flags.go
@@ -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