rust-lightning/lightning/src
Matt Corallo 37c6c18789 Continue after a single failure in ChannelMonitor::update_monitor
`ChannelMonitorUpdate`s may contain multiple updates, including, eg
a payment preimage after a commitment transaction update. While
such updates are generally not generated today, we shouldn't return
early out of the update loop, causing us to miss any updates after
an earlier update fails.
2021-11-26 20:40:51 +00:00
..
chain Continue after a single failure in ChannelMonitor::update_monitor 2021-11-26 20:40:51 +00:00
ln Prefer fully-specified paths in test macros 2021-11-26 20:40:51 +00:00
routing Seal scoring::Time and only use Instant or Eternity publicly 2021-11-24 19:08:12 +00:00
util Merge pull request #1184 from TheBlueMatt/2021-11-c-bindings-tweaks 2021-11-24 20:03:14 +00:00
lib.rs Allow missing-docs on test-only macros 2021-11-26 19:31:21 +00:00
sync.rs Implement dummy Mutex, Condvar and RwLock 2021-07-20 20:59:18 +02:00