rust-lightning/src/ln
Matt Corallo c578e4a346 Add ChannelManager-specific HandleError type and macro to use it
Original macro is from Antoine Riard <ariard@student.42.fr>,
the error type and additional mappings are from
Matt Corallo <git@bluematt.me>
2018-09-04 20:19:07 -04:00
..
chan_utils.rs Update to rust-secp256k1 v0.11 and rust-bitcoin v0.14 2018-08-23 14:52:43 -04:00
channel.rs Merge pull request #145 from TheBlueMatt/2018-09-134-rebased 2018-09-03 18:10:51 -04:00
channelmanager.rs Add ChannelManager-specific HandleError type and macro to use it 2018-09-04 20:19:07 -04:00
channelmonitor.rs Update to rust-secp256k1 v0.11 and rust-bitcoin v0.14 2018-08-23 14:52:43 -04:00
mod.rs Make some more things pub(crate) as they don't need exposed now 2018-07-19 22:54:45 -04:00
msgs.rs Also fwd channel_update and node_announcement immediately 2018-08-29 18:07:56 -04:00
peer_channel_encryptor.rs Update to rust-secp256k1 v0.11 and rust-bitcoin v0.14 2018-08-23 14:52:43 -04:00
peer_handler.rs Also fwd channel_update and node_announcement immediately 2018-08-29 18:07:56 -04:00
router.rs Add test_invalid_channel_announcemnt + test utilities 2018-09-03 17:40:12 -04:00