From 9a3c42fb52c113a9d65647e117d9b3b73e0f5ee1 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 26 Mar 2019 20:49:43 -0700 Subject: [PATCH] build: update btcwallet to latest version In this commit, we update the `btcwallet` dep to the latest version that includes a fix related to zero conf spends. Before this new version, if a single output was spent multiple time by conflicting transactions, then upon removing them all after a new transaction confirms, a number of zero conf UTXOs could be left over. --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 08b5ede55..66a56b99b 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f github.com/btcsuite/btcutil v0.0.0-20190316010144-3ac1210f4b38 - github.com/btcsuite/btcwallet v0.0.0-20190319010515-89ab2044f962 + github.com/btcsuite/btcwallet v0.0.0-20190327034548-8b90263a6190 github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941 github.com/coreos/bbolt v1.3.2 github.com/davecgh/go-spew v1.1.1 diff --git a/go.sum b/go.sum index 61115d076..4e92192d5 100644 --- a/go.sum +++ b/go.sum @@ -27,6 +27,8 @@ github.com/btcsuite/btcwallet v0.0.0-20180904010540-284e2e0e696e33d5be388f7f3d9a github.com/btcsuite/btcwallet v0.0.0-20190313032608-acf3b04b0273/go.mod h1:mkOYY8/psBiL5E+Wb0V7M0o+N7NXi2SZJz6+RKkncIc= github.com/btcsuite/btcwallet v0.0.0-20190319010515-89ab2044f962 h1:/6EtNbubaGgo10bFyYyE6S6yXfxtc3dxKpvLHxMt5rg= github.com/btcsuite/btcwallet v0.0.0-20190319010515-89ab2044f962/go.mod h1:qMi4jGpAO6YRsd81RYDG7o5pBIGqN9faCioJdagLu64= +github.com/btcsuite/btcwallet v0.0.0-20190327034548-8b90263a6190 h1:wYViJ02ortfANyYBik0Hsb85pJ8/6ioDg9qByX3w5nw= +github.com/btcsuite/btcwallet v0.0.0-20190327034548-8b90263a6190/go.mod h1:qMi4jGpAO6YRsd81RYDG7o5pBIGqN9faCioJdagLu64= github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941 h1:kij1x2aL7VE6gtx8KMIt8PGPgI5GV9LgtHFG5KaEMPY= github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941/go.mod h1:QcFA8DZHtuIAdYKCq/BzELOaznRsCvwf4zTPmaYwaig= github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd h1:R/opQEbFEy9JGkIguV40SvRY1uliPX8ifOvi6ICsFCw=