chain: enable auto-reconnect within the client
This commit is contained in:
parent
80f6e96025
commit
01d52770d2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ func NewRPCClient(chainParams *chaincfg.Params, connect, user, pass string, cert
|
|||
User: user,
|
||||
Pass: pass,
|
||||
Certificates: certs,
|
||||
DisableAutoReconnect: true,
|
||||
DisableAutoReconnect: false,
|
||||
DisableConnectOnNew: true,
|
||||
DisableTLS: disableTLS,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue