Merge pull request #10048 from ziggie1984/fix-utxonursery-encoding

contractcourt: fix encoding
This commit is contained in:
Olaoluwa Osuntokun
2025-07-08 16:55:40 -07:00
committed by GitHub
3 changed files with 296 additions and 9 deletions

View File

@@ -42,6 +42,10 @@
- Fixed a [case](https://github.com/lightningnetwork/lnd/pull/10045) that a
panic may happen which prevents the node from starting up.
- Fixed a [case](https://github.com/lightningnetwork/lnd/pull/10048) where we
would not be able to decode persisted data in the utxo nursery and therefore
would fail to start up.
# New Features
## Functional Enhancements