rust-lightning/lightning-net-tokio
shaavan 5cccee565f Introduce message_received in ChannelMessageHandler
- Introduce the `message_received` function to manage the
  behavior when a message is received from any peer.
- This function is used within `ChannelManager` to retry `InvoiceRequest`
  messages if we haven't received the corresponding invoice yet.
- This change makes the offer communication robust against sudden
  connection drops where the initial attempt to send the message
  might have failed.
2024-09-12 18:52:48 +05:30
..
src Introduce message_received in ChannelMessageHandler 2024-09-12 18:52:48 +05:30
Cargo.toml Update versions to 0.0.124 and invoice 0.32 types 0.1 release 2024-09-03 18:18:52 +00:00