aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2015-07-03 15:18:01 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-07-07 16:43:49 +0800
commit042c3290b390bc7941bd20dcbbe69253a9b6be95 (patch)
tree0e75ee424606af3e07e6eef7723474617f1aa2d8 /cmd
parent518dc87db3dd09aed21f255f448f95dcc746dc12 (diff)
downloadgo-tangerine-042c3290b390bc7941bd20dcbbe69253a9b6be95.tar
go-tangerine-042c3290b390bc7941bd20dcbbe69253a9b6be95.tar.gz
go-tangerine-042c3290b390bc7941bd20dcbbe69253a9b6be95.tar.bz2
go-tangerine-042c3290b390bc7941bd20dcbbe69253a9b6be95.tar.lz
go-tangerine-042c3290b390bc7941bd20dcbbe69253a9b6be95.tar.xz
go-tangerine-042c3290b390bc7941bd20dcbbe69253a9b6be95.tar.zst
go-tangerine-042c3290b390bc7941bd20dcbbe69253a9b6be95.zip
fix GPO missing flags
Diffstat (limited to 'cmd')
-rw-r--r--cmd/geth/main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 7773ba93b..3428bb4cf 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -319,6 +319,12 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
utils.PProfPortFlag,
utils.MetricsEnabledFlag,
utils.SolcPathFlag,
+ utils.GpoMinGasPriceFlag,
+ utils.GpoMaxGasPriceFlag,
+ utils.GpoFullBlockRatioFlag,
+ utils.GpobaseStepDownFlag,
+ utils.GpobaseStepUpFlag,
+ utils.GpobaseCorrectionFactorFlag,
}
app.Before = func(ctx *cli.Context) error {
utils.SetupLogger(ctx)