]> git.bitcoin.ninja Git - rust-lightning/commit
Reduce visibility of BlindedPaymentPath inner path.
authorValentine Wallace <vwallace@protonmail.com>
Tue, 13 Aug 2024 17:30:58 +0000 (13:30 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 15 Aug 2024 17:04:07 +0000 (13:04 -0400)
commit6f0190d14430f1e5262a7cfb0be954007a83a916
tree66f3c4c89cb9145d3e4985ad116a912f83217797
parentc563c150f0c7adc59ca3f783cde5cb0e8e88d40d
Reduce visibility of BlindedPaymentPath inner path.

Works towards making the inner BlindedPath struct private to the module.
fuzz/src/router.rs
lightning/src/blinded_path/payment.rs
lightning/src/ln/max_payment_path_len_tests.rs
lightning/src/ln/offers_tests.rs
lightning/src/ln/onion_utils.rs
lightning/src/ln/outbound_payment.rs
lightning/src/offers/test_utils.rs
lightning/src/routing/router.rs