Merge PR #1453: Fix build error on develop

This commit is contained in:
Dev Ojha 2018-06-29 00:06:49 -07:00 committed by Christopher Goes
parent a88b6b9c97
commit b4e70e356e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package app
import (
abci "github.com/tendermint/abci/types"
abci "github.com/tendermint/tendermint/abci/types"
cmn "github.com/tendermint/tmlibs/common"
dbm "github.com/tendermint/tmlibs/db"
"github.com/tendermint/tmlibs/log"