OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / accesstoken / accesstoken.go
index 7f87270..a2b9d85 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/leveldb"
        "github.com/vapor/errors"
 )