From c653b62832fec23ed240b94c467672b2b87b399e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 23 Mar 2018 18:58:12 -0700 Subject: [PATCH] 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. --- Gopkg.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.lock b/Gopkg.lock index 4ea761df8..c5c75f2d7 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -140,7 +140,7 @@ branch = "master" name = "github.com/lightninglabs/gozmq" packages = ["."] - revision = "0d266ba6d55ea65c18c7a02d8992c89355149e80" + revision = "462a8a75388506b68f76661af8d649f0b88e5301" [[projects]] name = "github.com/lightninglabs/neutrino"