Merge branch 'tmsp_v02'

This commit is contained in:
Jae Kwon
2016-01-28 20:03:34 -08:00
10 changed files with 48 additions and 85 deletions

View File

@ -245,7 +245,7 @@ func getProxyApp(addr string, hash []byte) (proxyAppConn proxy.AppConn) {
}
// Check the hash
currentHash, err := proxyAppConn.GetHashSync()
currentHash, _, err := proxyAppConn.GetHashSync()
if err != nil {
PanicCrisis(Fmt("Error in getting proxyAppConn hash: %v", err))
}