Skip to content

Commit 25a0fe2

Browse files
committed
docs: update release notes for 0.13.3
1 parent 702b3a3 commit 25a0fe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/release-notes/release-notes-0.13.3.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* [The `DefaultDustLimit` method has been removed in favor of `DustLimitForSize` which calculates the proper network dust limit for a given output size. This also fixes certain APIs like SendCoins to be able to send 294 sats to a P2WPKH script.](https://github.com/lightningnetwork/lnd/pull/5781)
66

7+
## Safety
8+
9+
* [The `htlcswitch.Switch` has been modified to take into account the total dust sum on the incoming and outgoing channels before forwarding. After the defined threshold is reached, dust HTLC's will start to be failed. The default threshold is 500K satoshis and can be modified by setting `--dust-threshold=` when running `lnd`.](https://github.com/lightningnetwork/lnd/pull/5770)
10+
711
# Contributors (Alphabetical Order)
812

913
* Eugene Siegel

0 commit comments

Comments
 (0)