aboutsummaryrefslogtreecommitdiffstats
path: root/dex/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/config.go')
-rw-r--r--dex/config.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/dex/config.go b/dex/config.go
index 8aa002222..201494312 100644
--- a/dex/config.go
+++ b/dex/config.go
@@ -117,9 +117,6 @@ type Config struct {
// Type of the EVM interpreter ("" for default)
EVMInterpreter string
- // Dexon options
- DMoment int64
-
// Indexer config
Indexer indexer.Config
}