From 9faecc847b803e248a5b4d3d256a90b6c55fd26f Mon Sep 17 00:00:00 2001 From: Jhih-Ming Huang Date: Fri, 8 Mar 2019 20:25:54 +0800 Subject: remove dexon/crypto/sha3 pkg. --- dex/app_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dex/app_test.go') diff --git a/dex/app_test.go b/dex/app_test.go index a62d9001f..e4a46b116 100644 --- a/dex/app_test.go +++ b/dex/app_test.go @@ -20,7 +20,7 @@ import ( "github.com/dexon-foundation/dexon/core" "github.com/dexon-foundation/dexon/core/rawdb" "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/core/vm" + "github.com/dexon-foundation/dexon/core/vm/evm" "github.com/dexon-foundation/dexon/crypto" "github.com/dexon-foundation/dexon/ethdb" "github.com/dexon-foundation/dexon/event" @@ -2326,7 +2326,7 @@ func newDexon(masterKey *ecdsa.PrivateKey, accountNum int) (*Dexon, []*ecdsa.Pri } config := Config{PrivateKey: masterKey} - vmConfig := vm.Config{IsBlockProposer: true} + vmConfig := evm.Config{IsBlockProposer: true} engine := dexcon.New() -- cgit v1.2.3