diff options
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 } |