From 3026e5a826de2671e7d07d120bdfa88ed0a39042 Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Mon, 5 Jul 2021 09:11:14 +0200 Subject: [PATCH] build: bump btcwallet --- docs/release-notes/release-notes-0.13.1.md | 4 ++++ go.mod | 2 +- go.sum | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.13.1.md b/docs/release-notes/release-notes-0.13.1.md index c4aada97..76da2aea 100644 --- a/docs/release-notes/release-notes-0.13.1.md +++ b/docs/release-notes/release-notes-0.13.1.md @@ -98,6 +98,10 @@ finding](https://github.com/lightningnetwork/lnd/pull/5332). server to fail due to newly added AMP logic](https://github.com/lightningnetwork/lnd/pull/5419). +The `ListLeases` call that was introduced in 0.13.0 also listed leases that were +already expired. Only when `lnd` is restarted, these leases were cleaned up. We +now [filter out](https://github.com/lightningnetwork/lnd/pull/5472) the expired +leases. # Contributors (Alphabetical Order) diff --git a/go.mod b/go.mod index d302e684..65b8c527 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/btcsuite/btcwallet/wallet/txrules v1.0.0 github.com/btcsuite/btcwallet/wallet/txsizes v1.0.1-0.20210519225359-6ab9b615576f // indirect github.com/btcsuite/btcwallet/walletdb v1.3.5 - github.com/btcsuite/btcwallet/wtxmgr v1.3.0 + github.com/btcsuite/btcwallet/wtxmgr v1.3.1-0.20210706234807-aaf03fee735a github.com/davecgh/go-spew v1.1.1 github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/go-errors/errors v1.0.1 diff --git a/go.sum b/go.sum index aa7b4bf5..5d2cdf8a 100644 --- a/go.sum +++ b/go.sum @@ -55,6 +55,8 @@ github.com/btcsuite/btcwallet/walletdb v1.3.5 h1:SoxUPLgJUkyO1XqON6X7x+rjHJoIpRQ github.com/btcsuite/btcwallet/walletdb v1.3.5/go.mod h1:oJDxAEUHVtnmIIBaa22wSBPTVcs6hUp5NKWmI8xDwwU= github.com/btcsuite/btcwallet/wtxmgr v1.3.0 h1:lrZaZXGJjDedYTV7s5UgU9xBe8+N+cIDW7BYwI/B8Fs= github.com/btcsuite/btcwallet/wtxmgr v1.3.0/go.mod h1:awQsh1n/0ZrEQ+JZgWvHeo153ubzEisf/FyNtwI0dDk= +github.com/btcsuite/btcwallet/wtxmgr v1.3.1-0.20210706234807-aaf03fee735a h1:25oMK8eFUTVMyKGHc2xX7pNkU4u208Dpf6IPVh5E+cA= +github.com/btcsuite/btcwallet/wtxmgr v1.3.1-0.20210706234807-aaf03fee735a/go.mod h1:UM38ixX8VwJ9qey4umf//0H3ndn5kSImFZ46V54Nd5Q= github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd h1:R/opQEbFEy9JGkIguV40SvRY1uliPX8ifOvi6ICsFCw= github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd/go.mod h1:HHNXQzUsZCxOoE+CPiyCTO6x34Zs86zZUiwtpXoGdtg= github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8/go.mod h1:tYvUd8KLhm/oXvUeSEs2VlLghFjQt9+ZaF9ghH0JNjc=