]> git.bitcoin.ninja Git - rust-lightning/commit
Increase our default/minimum dust limit to 354 sat/vbytes
authorMatt Corallo <git@bluematt.me>
Tue, 31 Aug 2021 23:22:14 +0000 (23:22 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 17 Sep 2021 20:32:59 +0000 (20:32 +0000)
commit8fad49890049c12c892220d22eba024f6d6a5a6a
tree98b548abd53cdc09bcf0fb9e60772a139c8c8acd
parent57f54bcc115de0c202d294ff196ec07e0317ac18
Increase our default/minimum dust limit to 354 sat/vbytes

330 sat/vbyte, the current value, is not sufficient to ensure a
future segwit script longer than 32 bytes meets the dust limit if
used for a shutdown script. Thus, we can either check the value
on shutdown or we can simply require segwit outputs and require a
dust value of no less than 354 sat/vbyte.

We swap the minimum dust value to 354 sat/vbyte here, requiring
segwit scripts in a future commit.

See https://github.com/lightningnetwork/lightning-rfc/issues/905
fuzz/src/full_stack.rs
lightning/src/ln/channel.rs