mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
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,
|
User: user,
|
||||||
Pass: pass,
|
Pass: pass,
|
||||||
Certificates: certs,
|
Certificates: certs,
|
||||||
DisableAutoReconnect: true,
|
DisableAutoReconnect: false,
|
||||||
DisableConnectOnNew: true,
|
DisableConnectOnNew: true,
|
||||||
DisableTLS: disableTLS,
|
DisableTLS: disableTLS,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue