From bffc4410c72dbe2b9461ef78867f972f939a95a4 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Thu, 13 Dec 2018 10:45:29 +0800 Subject: dex, cmd: Add DMoment to command line (#87) --- dex/config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dex/config.go') 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 } -- cgit v1.2.3