diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-12-13 10:45:29 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 20:54:27 +0800 |
commit | fe76d9573659cd5631859511c675126495fb5541 (patch) | |
tree | 3c347e13bfcbcece0d3061dac6caaabc3ec504f3 /dex/config.go | |
parent | 62561c946386ebd334db0027888ab5c07de3ffe8 (diff) | |
download | dexon-fe76d9573659cd5631859511c675126495fb5541.tar dexon-fe76d9573659cd5631859511c675126495fb5541.tar.gz dexon-fe76d9573659cd5631859511c675126495fb5541.tar.bz2 dexon-fe76d9573659cd5631859511c675126495fb5541.tar.lz dexon-fe76d9573659cd5631859511c675126495fb5541.tar.xz dexon-fe76d9573659cd5631859511c675126495fb5541.tar.zst dexon-fe76d9573659cd5631859511c675126495fb5541.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 5fa7d87e8..404be2fb0 100644 --- a/dex/config.go +++ b/dex/config.go @@ -114,4 +114,7 @@ type Config struct { EWASMInterpreter string // Type of the EVM interpreter ("" for default) EVMInterpreter string + + // Dexon options + DMoment int64 } |