rust-lightning/lightning
Matt Corallo 8bf5eda6bb Replace check_closed_broadcast macro with a function
The `check_closed_broadcast!()` macro has no reason to be a macro
so here we move its logic to a function and leave the macro in
place to avoid touching every line of code in the tests.

This reduces the `--profile=test --lib` `Zpretty=expanded` code
size from 313,312 LoC to 309,522 LoC.
2023-03-01 18:30:18 +00:00
..
src Replace check_closed_broadcast macro with a function 2023-03-01 18:30:18 +00:00
Cargo.toml Bump crate versions to 0.0.113/invoice 0.21 2022-12-15 22:15:55 +00:00