Conform to TMSP v0.2

This commit is contained in:
Jae Kwon
2016-01-25 14:34:08 -08:00
parent 26d64208d1
commit 236c7afe9e
10 changed files with 48 additions and 85 deletions
+1 -1
View File
@@ -315,7 +315,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))
}