From 5747e8971ca6cd2bf432ce09d3c5fc7aad93a8e2 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 13 Sep 2018 16:27:28 -0700 Subject: [PATCH] build: update to point to latest version of neutrino In this commit, we update the build to point to the latest version of neutrino which includes a bug fix for a regression that would cause the daemon to spin when at chain tip attempting to always fetch the next set of headers though it was already fully up to date. --- Gopkg.lock | 4 ++-- Gopkg.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 33518812..f106cbc8 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -265,7 +265,7 @@ revision = "462a8a75388506b68f76661af8d649f0b88e5301" [[projects]] - digest = "1:dba95a15051bdc8ff8373f9c76cf2b63945b896e4302b77e869ea9b9d0dfbee2" + digest = "1:bfa96e847f4503afbd7c893be9c3b81dde1109bdf2004d9f2534dd8d44a8d9d0" name = "github.com/lightninglabs/neutrino" packages = [ ".", @@ -276,7 +276,7 @@ "headerlist", ] pruneopts = "UT" - revision = "07e32eee63e2a6f16acbc8df85c6530972015a44" + revision = "bee0ed11601a4ad0c3b23d462cd71089fc11f2cd" [[projects]] digest = "1:58ab6d6525898cbeb86dc29a68f8e9bfe95254b9032134eb9458779574872260" diff --git a/Gopkg.toml b/Gopkg.toml index 44a34ba9..1f12b06e 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -44,7 +44,7 @@ [[constraint]] name = "github.com/lightninglabs/neutrino" - revision = "07e32eee63e2a6f16acbc8df85c6530972015a44" + revision = "bee0ed11601a4ad0c3b23d462cd71089fc11f2cd" [[constraint]] name = "github.com/lightningnetwork/lightning-onion"