From f9b15e97f39b6cd478d05e4cfc231ad453dfd9ab Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Tue, 13 Nov 2018 20:06:18 -0800 Subject: [PATCH] build: update btcwallet dependency to address SendOutputs bug In this commit, we update our btcwallet dependency to include the latest changes that aim to address the recently discovered SendOutputs bug. This commit will also allow the lnwallet test case added in the previous commit to succeed. --- Gopkg.lock | 4 ++-- Gopkg.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 4b7c2f390..90bdd4ca7 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -106,7 +106,7 @@ revision = "ab6388e0c60ae4834a1f57511e20c17b5f78be4b" [[projects]] - digest = "1:2995aa2bcb95d13a8df309e1dcb6ac20786acb90df5a090bf5e07c2086219ce8" + digest = "1:014bf3112e2bc78db2409f1d7b328c642fe27f2e0b5983595b240bf12578f335" name = "github.com/btcsuite/btcwallet" packages = [ "chain", @@ -127,7 +127,7 @@ "wtxmgr", ] pruneopts = "UT" - revision = "6d43b2e29b5eef0f000a301ee6fbd146db75d118" + revision = "4c01c0878c4ea6ff80711dbfe49e49199ca07607" [[projects]] branch = "master" diff --git a/Gopkg.toml b/Gopkg.toml index ec90ab07e..e04905a9d 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -72,7 +72,7 @@ [[constraint]] name = "github.com/btcsuite/btcwallet" - revision = "6d43b2e29b5eef0f000a301ee6fbd146db75d118" + revision = "4c01c0878c4ea6ff80711dbfe49e49199ca07607" [[constraint]] name = "github.com/tv42/zbase32"