aboutsummaryrefslogtreecommitdiffstats
path: root/dex/config.go
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 /dex/config.go
parent002cabe12c347971e9d9d31f0f5759d5588431f0 (diff)
downloaddexon-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar
dexon-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.gz
dexon-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.bz2
dexon-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.lz
dexon-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.xz
dexon-bffc4410c72dbe2b9461ef78867f972f939a95a4.tar.zst
dexon-bffc4410c72dbe2b9461ef78867f972f939a95a4.zip
dex, cmd: Add DMoment to command line (#87)
Diffstat (limited to 'dex/config.go')
-rw-r--r--dex/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/dex/config.go b/dex/config.go
index 924e18d53..5f148cc03 100644
--- a/dex/config.go
+++ b/dex/config.go
@@ -118,4 +118,7 @@ type Config struct {
// RPCGasCap is the global gas cap for eth-call variants.
RPCGasCap *big.Int `toml:",omitempty"`
+
+ // Dexon options
+ DMoment int64
}