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 1b037cf2b..a35e80334 100644 --- a/dex/governance.go +++ b/dex/governance.go @@ -33,7 +33,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" |