mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
build: update dep to latest zmq version with reconnection
In this commit, we update our set of dependencies to a new version of our zmq lib that implements automatic reconnection. With this change, bitcoind users will have a more robust experience, as if the connection is dropped, we'll reconnect automatically. Fixes #875. Fixes #871. Fixes #857.
This commit is contained in:
parent
ead55783c7
commit
c653b62832
1 changed files with 1 additions and 1 deletions
2
Gopkg.lock
generated
2
Gopkg.lock
generated
|
@ -140,7 +140,7 @@
|
||||||
branch = "master"
|
branch = "master"
|
||||||
name = "github.com/lightninglabs/gozmq"
|
name = "github.com/lightninglabs/gozmq"
|
||||||
packages = ["."]
|
packages = ["."]
|
||||||
revision = "0d266ba6d55ea65c18c7a02d8992c89355149e80"
|
revision = "462a8a75388506b68f76661af8d649f0b88e5301"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/lightninglabs/neutrino"
|
name = "github.com/lightninglabs/neutrino"
|
||||||
|
|
Loading…
Add table
Reference in a new issue