Add CounterpartyForwardingInfo field to channel.
authorValentine Wallace <vwallace@protonmail.com>
Fri, 12 Mar 2021 19:23:20 +0000 (14:23 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 17 Mar 2021 21:36:21 +0000 (17:36 -0400)
commit5b28744755a4a5ef0303c9cbf927502495194055
tree7c6aa24ddf21055ce83d2e4f50efdb3eb2ea9329
parent2cb5b1af992263e219f47c1f09763ffd17fcda15
Add CounterpartyForwardingInfo field to channel.

This will be filled in in upcoming commits, then exposed in ChannelDetails
to allow constructing route hints for invoices.

Also update the cltv_expiry_deta comment in msgs::ChannelUpdate

Co-authored-by: Valentine Wallace <vwallace@protonmail.com>
Co-authored-by: Antoine Riard <ariard@student.42.fr>
lightning/src/ln/channel.rs
lightning/src/ln/msgs.rs