Skip to content

Commit 9291516

Browse files
committed
docs: add EstimateRouteFee release note
Document the fix for multi-LSP EstimateRouteFee probes reusing CLTV state across attempts.
1 parent f0023b0 commit 9291516

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.21.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
RBF close state machine does not yet thread through the `AuxCloser` hook
8989
that overlay channels rely on to build aux-aware close transactions.
9090

91+
* [Fixed `EstimateRouteFee`](https://github.com/lightningnetwork/lnd/pull/10780)
92+
to use independent probe payment hashes when probing multiple LSPs, preventing
93+
later probes from reusing the first probe's CLTV delta.
94+
9195
# New Features
9296

9397
- [Basic Support](https://github.com/lightningnetwork/lnd/pull/9868) for onion

0 commit comments

Comments
 (0)