From da0032387273bd60725cf9ecdc696d1e781da42f Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 25 Oct 2018 17:52:44 -0700 Subject: [PATCH] build: update to latest neutrino commit In this commit, we update to the latest version of neutrino. This version has an important bug fixes which fixes an issue where we wouldn't detect a duplicate incoming cfheader message, and panic due to trying to write the same header twice. --- Gopkg.lock | 4 ++-- Gopkg.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 10661945b..37c3f1cf5 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -268,7 +268,7 @@ revision = "462a8a75388506b68f76661af8d649f0b88e5301" [[projects]] - digest = "1:6b3292ab3b4b5636b1bf10aad46c9377ea84316e662db00edcd4fc763592c2f2" + digest = "1:9d36cf09ab96eba14b70775f1284fa9741a212d2b49c08750b7112f9545a807b" name = "github.com/lightninglabs/neutrino" packages = [ ".", @@ -279,7 +279,7 @@ "headerlist", ] pruneopts = "UT" - revision = "8018ab76e70acd3a56bc3857a80743f0ed1c86ce" + revision = "9a42f7df21be82a69f04caa83bce4034dca72764" [[projects]] digest = "1:58ab6d6525898cbeb86dc29a68f8e9bfe95254b9032134eb9458779574872260" diff --git a/Gopkg.toml b/Gopkg.toml index 00b7c4c64..72bd87728 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -44,7 +44,7 @@ [[constraint]] name = "github.com/lightninglabs/neutrino" - revision = "8018ab76e70acd3a56bc3857a80743f0ed1c86ce" + revision = "9a42f7df21be82a69f04caa83bce4034dca72764" [[constraint]] name = "github.com/lightningnetwork/lightning-onion"