OSDN Git Service

V0.1 votetx utxo (#73)
[bytom/vapor.git] / account / utxo_keeper_test.go
index c452e0c..bb9d010 100644 (file)
@@ -6,8 +6,7 @@ import (
        "testing"
        "time"
 
-       dbm "github.com/tendermint/tmlibs/db"
-
+       dbm "github.com/vapor/database/leveldb"
        "github.com/vapor/protocol/bc"
        "github.com/vapor/testutil"
 )