]> git.bitcoin.ninja Git - rust-lightning/commit
Move blinded path introduction point resolution to a helper method 2024-06-routing-counters
authorMatt Corallo <git@bluematt.me>
Wed, 10 Jul 2024 01:22:32 +0000 (01:22 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 10 Jul 2024 01:31:48 +0000 (01:31 +0000)
commit4f5e17b54d9339469938cb7652f566f9f89410bb
treea1dcbf302bf0ad407adcf16044b8b809dabd21b5
parent5fb66377eff721d1a26be504b91f46afc689631d
Move blinded path introduction point resolution to a helper method

This marginally reduces the size of `get_route` by moving a the
blinded path introduction point resolution and blinded path checks
into a helper method.
lightning/src/routing/router.rs