mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-30 03:52:50 +00:00
Warn on proxy hash mismatch, not fail
This commit is contained in:
@@ -12,7 +12,7 @@ type remoteAppConn struct {
|
||||
}
|
||||
|
||||
func NewRemoteAppConn(addr string) (*remoteAppConn, error) {
|
||||
client, err := tmspcli.NewClient(addr)
|
||||
client, err := tmspcli.NewClient(addr, false)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user