aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-12-13 10:45:29 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:54 +0800
commitbffc4410c72dbe2b9461ef78867f972f939a95a4 (patch)
treefeda6cff67ff8e7ae2784fddd3804255c73d1b2c /cmd/gdex
parent002cabe12c347971e9d9d31f0f5759d5588431f0 (diff)
downloadgo-tangerine-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar
go-tangerine-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.gz
go-tangerine-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.bz2
go-tangerine-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.lz
go-tangerine-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.xz
go-tangerine-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.zst
go-tangerine-bffc4410c72dbe2b9461ef78867f972f939a95a4.zip
dex, cmd: Add DMoment to command line (#87)
Diffstat (limited to 'cmd/gdex')
-rw-r--r--cmd/gdex/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/gdex/main.go b/cmd/gdex/main.go
index 1ca7cd766..9a1ef7bc9 100644
--- a/cmd/gdex/main.go
+++ b/cmd/gdex/main.go
@@ -98,6 +98,7 @@ var (
utils.MaxPeersFlag,
utils.MaxPendingPeersFlag,
utils.BlockProposerEnabledFlag,
+ utils.ConsensusDMomentFlag,
utils.MiningEnabledFlag,
utils.MinerThreadsFlag,
utils.MinerLegacyThreadsFlag,