File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ finding](https://github.com/lightningnetwork/lnd/pull/5332).
98
98
server to fail due to newly added AMP
99
99
logic] ( https://github.com/lightningnetwork/lnd/pull/5419 ) .
100
100
101
+ The ` ListLeases ` call that was introduced in 0.13.0 also listed leases that were
102
+ already expired. Only when ` lnd ` is restarted, these leases were cleaned up. We
103
+ now [ filter out] ( https://github.com/lightningnetwork/lnd/pull/5472 ) the expired
104
+ leases.
101
105
102
106
# Contributors (Alphabetical Order)
103
107
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/btcsuite/btcwallet/wallet/txrules v1.0.0
15
15
github.com/btcsuite/btcwallet/wallet/txsizes v1.0.1-0.20210519225359-6ab9b615576f // indirect
16
16
github.com/btcsuite/btcwallet/walletdb v1.3.5
17
- github.com/btcsuite/btcwallet/wtxmgr v1.3.0
17
+ github.com/btcsuite/btcwallet/wtxmgr v1.3.1-0.20210706234807-aaf03fee735a
18
18
github.com/davecgh/go-spew v1.1.1
19
19
github.com/fsnotify/fsnotify v1.4.9 // indirect
20
20
github.com/go-errors/errors v1.0.1
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ github.com/btcsuite/btcwallet/walletdb v1.3.5 h1:SoxUPLgJUkyO1XqON6X7x+rjHJoIpRQ
55
55
github.com/btcsuite/btcwallet/walletdb v1.3.5 /go.mod h1:oJDxAEUHVtnmIIBaa22wSBPTVcs6hUp5NKWmI8xDwwU =
56
56
github.com/btcsuite/btcwallet/wtxmgr v1.3.0 h1:lrZaZXGJjDedYTV7s5UgU9xBe8+N+cIDW7BYwI/B8Fs =
57
57
github.com/btcsuite/btcwallet/wtxmgr v1.3.0 /go.mod h1:awQsh1n/0ZrEQ+JZgWvHeo153ubzEisf/FyNtwI0dDk =
58
+ github.com/btcsuite/btcwallet/wtxmgr v1.3.1-0.20210706234807-aaf03fee735a h1:25oMK8eFUTVMyKGHc2xX7pNkU4u208Dpf6IPVh5E+cA =
59
+ github.com/btcsuite/btcwallet/wtxmgr v1.3.1-0.20210706234807-aaf03fee735a /go.mod h1:UM38ixX8VwJ9qey4umf//0H3ndn5kSImFZ46V54Nd5Q =
58
60
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd h1:R/opQEbFEy9JGkIguV40SvRY1uliPX8ifOvi6ICsFCw =
59
61
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd /go.mod h1:HHNXQzUsZCxOoE+CPiyCTO6x34Zs86zZUiwtpXoGdtg =
60
62
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8 /go.mod h1:tYvUd8KLhm/oXvUeSEs2VlLghFjQt9+ZaF9ghH0JNjc =
You can’t perform that action at this time.
0 commit comments