rust-lightning/fuzz/src
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
..
bin Adding fuzzers for gossip_queries messages 2020-09-14 16:19:32 -04:00
msg_targets Adding fuzzers for gossip_queries messages 2020-09-14 16:19:32 -04:00
utils Integrate Persist into ChainMonitor. 2020-10-16 11:30:34 -04:00
chanmon_consistency.rs Use KeysInterface::read_chan_signer for all channel keys deser 2021-01-04 12:40:40 -05:00
chanmon_deser.rs Use KeysInterface::read_chan_signer for all channel keys deser 2021-01-04 12:40:40 -05:00
full_stack.rs Makes ChannelManager::force_close_channel fail for unknown chan_ids 2021-01-21 16:12:57 +01:00
lib.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
peer_crypt.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00
router.rs Add genesis block hash to NetworkGraph 2020-12-09 15:02:32 -05:00