mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
s/GetHash/Commit/g
This commit is contained in:
@ -242,7 +242,7 @@ func getProxyApp(addr string, hash []byte) (proxyAppConn proxy.AppConn) {
|
||||
}
|
||||
|
||||
// Check the hash
|
||||
currentHash, _, err := proxyAppConn.GetHashSync()
|
||||
currentHash, _, err := proxyAppConn.CommitSync()
|
||||
if err != nil {
|
||||
PanicCrisis(Fmt("Error in getting proxyAppConn hash: %v", err))
|
||||
}
|
||||
|
Reference in New Issue
Block a user