mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-30 09:40:24 +02:00
1.2 KiB
1.2 KiB
Release Notes
lncli
- The
lncli wallet psbt fund
command now allows users to specify the--min_confs
flag.
Watchtowers
- Allow caller to filter sessions at the time of reading them from disk
- Clean up sessions once all channels for which they have updates for are
closed. Also start sending the
DeleteSession
message to the tower. - Don't load exhausted sessions when not
needed. Also add a new
exclude_exhausted_sessions
boolean flag to the relevant lncli wtclient commands.
Misc
Spec
RPC
- A debug log has been
added to
lnrpc
so the node operator can know whether a certain request has happened or not.
Contributors (Alphabetical Order)
- Elle Mouton
- Oliver Gugger
- Tommy Volk
- Yong Yu