aboutsummaryrefslogtreecommitdiffstats
path: root/dex/governance.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/governance.go')
-rw-r--r--dex/governance.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dex/governance.go b/dex/governance.go
index ec09969b0..9b6245171 100644
--- a/dex/governance.go
+++ b/dex/governance.go
@@ -22,8 +22,8 @@ import (
"crypto/ecdsa"
"math/big"
- coreTypes "github.com/dexon-foundation/dexon-consensus/core/types"
- dkgTypes "github.com/dexon-foundation/dexon-consensus/core/types/dkg"
+ coreTypes "github.com/dexon-foundation/dexon/dex/consensus/core/types"
+ dkgTypes "github.com/dexon-foundation/dexon/dex/consensus/core/types/dkg"
"github.com/dexon-foundation/dexon/common"
"github.com/dexon-foundation/dexon/core"