diff options
Diffstat (limited to 'dex/governance.go')
-rw-r--r-- | dex/governance.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/governance.go b/dex/governance.go index ec09969b0..6908fd0d9 100644 --- a/dex/governance.go +++ b/dex/governance.go @@ -28,7 +28,7 @@ import ( "github.com/dexon-foundation/dexon/common" "github.com/dexon-foundation/dexon/core" "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/core/vm" + vm "github.com/dexon-foundation/dexon/core/vm/evm" "github.com/dexon-foundation/dexon/crypto" "github.com/dexon-foundation/dexon/log" "github.com/dexon-foundation/dexon/params" |