rust-lightning/lightning
Sergi Delgado Segura 821f6cdd1e
Makes ChannelManager::force_close_channel fail for unknown chan_ids
ChannelManager::force_close_channel does not fail if a non-existing channel id is being passed, making it hard to catch from an API point of view.

Makes force_close_channel return in the same way close_channel does so the user calling the method with an unknown id can be warned.
2021-01-21 16:12:57 +01:00
..
src Makes ChannelManager::force_close_channel fail for unknown chan_ids 2021-01-21 16:12:57 +01:00
Cargo.toml Expose test_utils to fuzztarget (in addition to _test_utils feature) 2021-01-04 12:40:40 -05:00