tmlibs -> tendermint/libs

This commit is contained in:
Ethan Buchman
2018-07-02 14:58:07 -04:00
parent 5453aa6169
commit 9018acde5f
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package proxy
import (
cmn "github.com/tendermint/tmlibs/common"
cmn "github.com/tendermint/tendermint/libs/common"
)
type errNoData struct{}