Merge pull request #6159 from Roasbeef/fix-historical-migration

contractcourt: catch error when no historical bucket exists
This commit is contained in:
Olaoluwa Osuntokun
2022-01-18 15:52:23 -08:00
committed by GitHub
4 changed files with 12 additions and 4 deletions

View File

@ -69,7 +69,9 @@ connection from the watch-only node.
* [Fix duplicate db connection close](https://github.com/lightningnetwork/lnd/pull/6140)
* [Fix a memory leak introduced by the new ping-header p2p enhancement](https://github.com/lightningnetwork/lnd/pull/6144]
* [Fix a memory leak introduced by the new ping-header p2p enhancement](https://github.com/lightningnetwork/lnd/pull/6144)
* [Fix an issue that would prevent very old nodes from starting up due to lack of a historical channel bucket](https://github.com/lightningnetwork/lnd/pull/6159)
## RPC Server