Expose ChannelConfig within ChannelDetails
authorWilmer Paulino <wilmer.paulino@gmail.com>
Tue, 14 Jun 2022 23:40:12 +0000 (16:40 -0700)
committerWilmer Paulino <wilmer.paulino@gmail.com>
Mon, 20 Jun 2022 20:12:28 +0000 (13:12 -0700)
commitdfd56793a77fa92ed36f6951dcb4e93c250376c4
treec912a542a4dd6f25bfa32554c4a863764067cdde
parent8fce6a197c20cf1cdd9175f4cccaac621d0442bd
Expose ChannelConfig within ChannelDetails

As we prepare to expose an API to update a channel's ChannelConfig,
we'll also want to expose this struct to consumers such that they have
insights into the current ChannelConfig applied for each channel.
fuzz/src/router.rs
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/routing/router.rs
lightning/src/util/config.rs