Expose counterparty forwarding info in ChannelDetails.
authorValentine Wallace <vwallace@protonmail.com>
Fri, 12 Mar 2021 21:02:17 +0000 (16:02 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 17 Mar 2021 21:36:26 +0000 (17:36 -0400)
commitc318ad87e004b7082124239d3b70d77787a55c77
treeede5921c59062b810c55d98777a5bfce4d478d60
parente8a0824dd4b62288805f0e6cf435e52fd022b7c2
Expose counterparty forwarding info in ChannelDetails.

Useful for constructing route hints for private channels in invoices.

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