diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-12-13 10:45:29 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:49:59 +0800 |
commit | d74a391e275921757684af00645ccb69fc9777dd (patch) | |
tree | a2a5cd091705688893130e64f391fb9913e6d56a /dex/config.go | |
parent | f24bdadada4824c6ee81ff0aa7ab23fb14785e60 (diff) | |
download | dexon-d74a391e275921757684af00645ccb69fc9777dd.tar dexon-d74a391e275921757684af00645ccb69fc9777dd.tar.gz dexon-d74a391e275921757684af00645ccb69fc9777dd.tar.bz2 dexon-d74a391e275921757684af00645ccb69fc9777dd.tar.lz dexon-d74a391e275921757684af00645ccb69fc9777dd.tar.xz dexon-d74a391e275921757684af00645ccb69fc9777dd.tar.zst dexon-d74a391e275921757684af00645ccb69fc9777dd.zip |
dex, cmd: Add DMoment to command line (#87)
Diffstat (limited to 'dex/config.go')
-rw-r--r-- | dex/config.go | 3 |
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 } |