use tmlibs

This commit is contained in:
Ethan Buchman
2017-04-21 18:25:13 -04:00
parent 03012a0532
commit 28d042fdae
23 changed files with 30 additions and 30 deletions

View File

@ -7,8 +7,8 @@ import (
"strings"
"github.com/tendermint/abci/types"
cmn "github.com/tendermint/go-common"
dbm "github.com/tendermint/go-db"
cmn "github.com/tendermint/tmlibs/common"
dbm "github.com/tendermint/tmlibs/db"
"github.com/tendermint/go-merkle"
"github.com/tendermint/go-wire"
)