OSDN Git Service

Dev db expandability (#44)
[bytom/vapor.git] / wallet / wallet.go
index 3f76418..802b656 100644 (file)
@@ -5,12 +5,12 @@ import (
        "sync"
 
        log "github.com/sirupsen/logrus"
-       "github.com/tendermint/tmlibs/db"
 
        "github.com/vapor/account"
        "github.com/vapor/asset"
        "github.com/vapor/blockchain/pseudohsm"
        "github.com/vapor/common"
+       db "github.com/vapor/database/db"
        "github.com/vapor/protocol"
        "github.com/vapor/protocol/bc"
        "github.com/vapor/protocol/bc/types"