aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/flags.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-01-05 18:40:56 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-01-05 18:40:56 +0800
commit06b381d1c9dd8e47d7862c0846352a0023e53ed0 (patch)
tree738b351b395d0d7282787e42730b873257ce066f /cmd/utils/flags.go
parent08eea0f0e417c5f6ff864ae4633cc3e0a12aa405 (diff)
downloadgo-tangerine-06b381d1c9dd8e47d7862c0846352a0023e53ed0.tar
go-tangerine-06b381d1c9dd8e47d7862c0846352a0023e53ed0.tar.gz
go-tangerine-06b381d1c9dd8e47d7862c0846352a0023e53ed0.tar.bz2
go-tangerine-06b381d1c9dd8e47d7862c0846352a0023e53ed0.tar.lz
go-tangerine-06b381d1c9dd8e47d7862c0846352a0023e53ed0.tar.xz
go-tangerine-06b381d1c9dd8e47d7862c0846352a0023e53ed0.tar.zst
go-tangerine-06b381d1c9dd8e47d7862c0846352a0023e53ed0.zip
cmd/utils: disallow `--fakepow` for live operation (#3512)
Diffstat (limited to 'cmd/utils/flags.go')
-rw-r--r--cmd/utils/flags.go1
1 files changed, 0 insertions, 1 deletions
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