mod: update btcwallet dependency to fix crash

Fixes #5864.
Updates the btcwallet dependency to the version that fixes the
concurrent map access crash.
This commit is contained in:
Oliver Gugger
2021-10-25 09:45:22 +02:00
parent cac8da819f
commit 47879d95e8
3 changed files with 7 additions and 3 deletions

View File

@@ -527,6 +527,10 @@ messages directly. There is no routing/path finding involved.
* [Dedup stored peer addresses before creating connection requests to prevent
redundant connection requests](https://github.com/lightningnetwork/lnd/pull/5839)
* A [`concurrent map writes` crash was
fixed](https://github.com/lightningnetwork/lnd/pull/5893) in the
[`btcwallet` dependency](https://github.com/btcsuite/btcwallet/pull/773).
## Documentation
The [code contribution guidelines have been updated to mention the new