Pass channel updates to ChannelManager and Channel.
authorValentine Wallace <vwallace@protonmail.com>
Fri, 12 Mar 2021 20:25:56 +0000 (15:25 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 17 Mar 2021 21:36:26 +0000 (17:36 -0400)
commite8a0824dd4b62288805f0e6cf435e52fd022b7c2
treef8e6154203c844ed298a4ac43fc191079a130f03
parent5b28744755a4a5ef0303c9cbf927502495194055
Pass channel updates to ChannelManager and Channel.

This will be used to expose forwarding info for route hints in the next commit.

Co-authored-by: Valentine Wallace <vwallace@protonmail.com>
Co-authored-by: Antoine Riard <ariard@student.42.fr>
lightning-net-tokio/src/lib.rs
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/msgs.rs
lightning/src/ln/peer_handler.rs
lightning/src/util/test_utils.rs