tm-cmn to tm-db (#3850)

* tm-cmn to tm-db

* go.mod changes

* go.mod changes

* more go.mod

* fix tm-db

* ci fix, pending change
This commit is contained in:
Marko
2019-07-31 11:34:17 +02:00
committed by GitHub
parent 41bf54a906
commit a1eb2f6c6b
41 changed files with 45 additions and 46 deletions

View File

@ -20,7 +20,7 @@ import (
"github.com/tendermint/tendermint/store"
"github.com/tendermint/tendermint/types"
tmtime "github.com/tendermint/tendermint/types/time"
dbm "github.com/tendermint/tm-cmn/db"
dbm "github.com/tendermint/tm-db"
)
var config *cfg.Config