rust-lightning/lightning/src
Matt Corallo 8fad498900 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
2021-09-17 20:32:59 +00:00
..
chain Merge pull request #1034 from TheBlueMatt/2021-07-maturing-claims 2021-09-15 18:44:04 +00:00
ln Increase our default/minimum dust limit to 354 sat/vbytes 2021-09-17 20:32:59 +00:00
routing EventHandler for applying NetworkUpdate 2021-09-15 11:50:31 -05:00
util Merge pull request #1034 from TheBlueMatt/2021-07-maturing-claims 2021-09-15 18:44:04 +00:00
lib.rs Rename no_std feature to no-std 2021-08-03 18:53:33 +02:00
sync.rs Implement dummy Mutex, Condvar and RwLock 2021-07-20 20:59:18 +02:00