]> git.bitcoin.ninja Git - rust-lightning/commit
Implement AsyncPaymentsMessageHandler for ChanMan and use everywhere
authorValentine Wallace <vwallace@protonmail.com>
Tue, 25 Jun 2024 20:17:48 +0000 (16:17 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Tue, 25 Jun 2024 20:40:35 +0000 (16:40 -0400)
commit969578703db85ba62410e121e61fb512be000f0d
tree477123557312197c553bbeae6fc14775aac7a3f7
parent07b4cb626510619409f5b0dd4083b097fdb8485e
Implement AsyncPaymentsMessageHandler for ChanMan and use everywhere

Dummy implementation for now. This avoids having to change a bunch of type
signatures in the future when we replace the dummy impl with a real one.
lightning-background-processor/src/lib.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/onion_message/messenger.rs