From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Tue, 6 Jul 2021 00:53:12 +0000 (+0000) Subject: Merge pull request #984 from TheBlueMatt/2021-06-more-chan-data X-Git-Tag: v0.0.99~5 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=431f807907ae390a255641719dd5cb3279bc9d5b Merge pull request #984 from TheBlueMatt/2021-06-more-chan-data Expose More Information about Channels and structs --- 431f807907ae390a255641719dd5cb3279bc9d5b diff --cc lightning/src/routing/router.rs index ac9b2109,aa1c3c11..9da2d981 --- a/lightning/src/routing/router.rs +++ b/lightning/src/routing/router.rs @@@ -2347,8 -2367,12 +2367,12 @@@ mod tests counterparty_features: InitFeatures::from_le_bytes(vec![0b11]), channel_value_satoshis: 100000, user_id: 0, - outbound_capacity_msat: 100000, + outbound_capacity_msat: outbound_capacity_msat, inbound_capacity_msat: 100000, + to_self_reserve_satoshis: None, + to_remote_reserve_satoshis: 0, + confirmations_required: None, + spend_csv_on_our_commitment_funds: None, is_outbound: true, is_funding_locked: true, is_usable: true, is_public: true, counterparty_forwarding_info: None,