rust-lightning/lightning
Matt Corallo 1c7b6925a2 Simplify cases in handle_new_monitor_update macro
By giving up on a tiny bit of parallelism and tweaking the return
types, we can make the `handle_new_monitor_update` macro a bit
clearer - now the only cases where its called after a monitor was
updated was when the monitor was initially committed.
2023-06-21 22:37:50 +00:00
..
src Simplify cases in handle_new_monitor_update macro 2023-06-21 22:37:50 +00:00
Cargo.toml Replace std's unmaintained bench with criterion 2023-05-11 06:11:49 +00:00