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
2
Gopkg.lock
generated
2
Gopkg.lock
generated
@ -140,7 +140,7 @@
|
||||
branch = "master"
|
||||
name = "github.com/lightninglabs/gozmq"
|
||||
packages = ["."]
|
||||
revision = "0d266ba6d55ea65c18c7a02d8992c89355149e80"
|
||||
revision = "462a8a75388506b68f76661af8d649f0b88e5301"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/lightninglabs/neutrino"
|
||||
|
Loading…
Reference in New Issue
Block a user