OSDN Git Service

Dev db expandability (#44)
[bytom/vapor.git] / accesstoken / accesstoken.go
index 7f87270..7b32b0e 100644 (file)
@@ -10,9 +10,8 @@ import (
        "strings"
        "time"
 
-       dbm "github.com/tendermint/tmlibs/db"
-
        "github.com/vapor/crypto/sha3pool"
+       dbm "github.com/vapor/database/db"
        "github.com/vapor/errors"
 )