This website requires JavaScript.
Explore
Help
Register
Sign In
highperfocused
/
lnd
Watch
1
Star
0
Fork
0
You've already forked lnd
mirror of
https://github.com/lightningnetwork/lnd.git
synced
2025-03-27 18:22:24 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
675ae6e213
Branches
Tags
View all branches
lnd
/
docs
/
release-notes
/
release-notes-0.13.3.md
eugene
25a0fe2902
docs: update release notes for 0.13.3
2021-09-30 13:44:35 -04:00
771 B
Raw
Blame
History
Release Notes
Wallet
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.
Safety
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
.
Contributors (Alphabetical Order)
Eugene Siegel