Merge PR #1453: Fix build error on develop

This commit is contained in:
Dev Ojha
2018-06-29 09:06:49 +02:00
committed by Christopher Goes
parent a88b6b9c97
commit b4e70e356e
+1 -1
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"