rust-lightning/lightning
Elias Rohrer 2f4457fd7e Drop return value from Filter::register_output
This commit removes the return value from `Filter::register_output` as
creating a suitable value almost always entails blocking operations
(e.g., lookups via network request), which however conflicts with the
requirement that user calls should avoid blocking calls at all cost.

Removing the return value also rendered quite a bit of test code for
dependent transaction handling superfluous, which is therefore also
removed with this commit.
2022-08-15 20:47:33 +02:00
..
src Drop return value from Filter::register_output 2022-08-15 20:47:33 +02:00
Cargo.toml Bump crate versions to 0.0.110/invoice 0.18 2022-07-26 22:01:09 +00:00