]> git.bitcoin.ninja Git - rust-lightning/commit
Rename EffectiveCapacity::MaximumHTLC to ::AdvertisedMaxHTLC
authorValentine Wallace <vwallace@protonmail.com>
Wed, 17 May 2023 20:08:54 +0000 (16:08 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 17 May 2023 22:43:56 +0000 (18:43 -0400)
commit88821cbd0c4558452b995ef30bbb8c84f85cbe4c
tree783f6690c5cd2047b1e61d95ad2752ad1b88d45b
parent5c89d019050a4b2dd68610d2e59d45acbfee5775
Rename EffectiveCapacity::MaximumHTLC to ::AdvertisedMaxHTLC

Also get rid of some trailing whitespace because my text editor likes to do
that.

We'll next add a new variant for max_htlc provided in route hints, which will
be treated differently in scoring.
lightning/src/routing/gossip.rs
lightning/src/routing/router.rs
lightning/src/routing/scoring.rs