rust-lightning/lightning
Wilmer Paulino 6d4f105536
Remove unreachable warning message send on UnknownRequiredFeature read
`enqueue_message` simply adds the message to the outbound queue, it
still needs to be written to the socket with `do_attempt_write_data`.
However, since we immediately return an error causing the socket to be
closed, the message never actually gets sent.
2023-05-26 14:40:17 -07:00
..
src Remove unreachable warning message send on UnknownRequiredFeature read 2023-05-26 14:40:17 -07:00
Cargo.toml Replace std's unmaintained bench with criterion 2023-05-11 06:11:49 +00:00