From 3b47a24a7e7b7e677b6c2043865f0cb3fb252e4b Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 6 Apr 2018 16:28:37 -0700 Subject: [PATCH] build: update to point to BIP158+BIP157 compliant btcd+btcutil+neutrino --- Gopkg.lock | 6 +++--- Gopkg.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index c0475daa..6d7c1108 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -149,7 +149,7 @@ "filterdb", "headerfs" ] - revision = "601b7eda6e5c9e8ca91c097f0bb7be2664802ab3" + revision = "36d9a509ff4ea1e916a73c6f1c2b784c1faf11ed" [[projects]] name = "github.com/lightningnetwork/lightning-onion" @@ -204,7 +204,7 @@ "hdkeychain", "txsort" ] - revision = "c3ff179366044979fb9856c2feb79bd4c2184c7a" + revision = "dfb640c57141f1c2113b92b4b16d2a89c30dd258" [[projects]] name = "github.com/roasbeef/btcwallet" @@ -359,6 +359,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "c82fd993f0ec739a63997a3cbb286b2400309f7ce0eb084197daccdce0b5a324" + inputs-digest = "1b075083f0d9636bbbb051345f1973e27f15c53855a109b983849971ba5073f1" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 4223bb71..0b4317df 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -40,7 +40,7 @@ [[constraint]] name = "github.com/lightninglabs/neutrino" - revision = "601b7eda6e5c9e8ca91c097f0bb7be2664802ab3" + revision = "36d9a509ff4ea1e916a73c6f1c2b784c1faf11ed" [[constraint]] name = "github.com/lightningnetwork/lightning-onion" @@ -56,7 +56,7 @@ [[constraint]] name = "github.com/roasbeef/btcutil" - revision = "c3ff179366044979fb9856c2feb79bd4c2184c7a" + revision = "dfb640c57141f1c2113b92b4b16d2a89c30dd258" [[constraint]] name = "github.com/roasbeef/btcd"