aboutsummaryrefslogtreecommitdiffstats
path: root/dex/governance.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/governance.go')
-rw-r--r--dex/governance.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/dex/governance.go b/dex/governance.go
index 61dddf0e6..766920a62 100644
--- a/dex/governance.go
+++ b/dex/governance.go
@@ -100,7 +100,6 @@ func (d *DexconGovernance) Configuration(round uint64) *coreTypes.Config {
DKGSetSize: c.DKGSetSize,
RoundInterval: time.Duration(c.RoundInterval) * time.Millisecond,
MinBlockInterval: time.Duration(c.MinBlockInterval) * time.Millisecond,
- MaxBlockInterval: time.Duration(c.MaxBlockInterval) * time.Millisecond,
}
}