OSDN Git Service

Fix a bug about test build error (#205)
authorGuanghua Guo <1536310027@qq.com>
Mon, 18 Dec 2017 07:16:57 +0000 (15:16 +0800)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2017 07:16:57 +0000 (15:16 +0800)
blockchain/txdb/utxo_view_test.go

index bb1531c..5c95fdd 100644 (file)
@@ -1,13 +1,13 @@
 package txdb
 
 import (
-       "blockchain/testutil"
        "os"
        "testing"
 
        dbm "github.com/tendermint/tmlibs/db"
 
        "github.com/bytom/blockchain/txdb/storage"
+       "github.com/bytom/testutil"
        "github.com/bytom/protocol/bc"
        "github.com/bytom/protocol/state"
 )