]> git.bitcoin.ninja Git - rust-lightning/commit
Prefix AsyncPaymentsMessageHandler methods with handle_*
authorValentine Wallace <vwallace@protonmail.com>
Wed, 18 Sep 2024 00:32:14 +0000 (20:32 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 30 Oct 2024 20:14:03 +0000 (16:14 -0400)
commit2ff6524da40cd82fc259140e49d7bd51f94868c0
tree20f8fdf48b385bb8763c2bc07b81a537a921a88f
parent88d689a323d7d03b2bcbba4716cc920513ae6164
Prefix AsyncPaymentsMessageHandler methods with handle_*

"Release" is overloaded in the trait's release_pending_messages method, since
the latter releases pending async payments onion messages to the peer manager,
vs the release_held_htlc method handles the release_held_htlc onion message by
attempting to send an HTLC to the recipient.
fuzz/src/onion_message.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/peer_handler.rs
lightning/src/onion_message/async_payments.rs
lightning/src/onion_message/functional_tests.rs
lightning/src/onion_message/messenger.rs