mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
fix query conn
This commit is contained in:
@@ -114,7 +114,7 @@ func (app *multiAppConn) OnStart() error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
app.queryConn = NewAppConnMempool(querycli)
|
||||
app.queryConn = NewAppConnQuery(querycli)
|
||||
|
||||
// mempool connection
|
||||
memcli, err := NewTMSPClient(addr, transport)
|
||||
|
Reference in New Issue
Block a user