mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user