]> git.bitcoin.ninja Git - rust-lightning/commit
Move BlindedPayInfo into BlindedPaymentPath.
authorValentine Wallace <vwallace@protonmail.com>
Mon, 19 Aug 2024 15:25:05 +0000 (11:25 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 19 Aug 2024 20:28:30 +0000 (16:28 -0400)
commit7038906890cd006021eab47601a3c23a3503bac2
treed20c394db07d3854e007978961e6cb042dc310e6
parentfb4403f8ae7a33ec754e96eef9b152d89d51cf92
Move BlindedPayInfo into BlindedPaymentPath.

Also removes the implementation of Writeable for BlindedPaymentPath, to ensure
callsites are explicit about what they're writing.
20 files changed:
fuzz/src/chanmon_consistency.rs
fuzz/src/full_stack.rs
fuzz/src/router.rs
lightning/src/blinded_path/mod.rs
lightning/src/blinded_path/payment.rs
lightning/src/ln/blinded_payment_tests.rs
lightning/src/ln/channelmanager.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/invoice.rs
lightning/src/offers/invoice_macros.rs
lightning/src/offers/invoice_request.rs
lightning/src/offers/refund.rs
lightning/src/offers/static_invoice.rs
lightning/src/offers/test_utils.rs
lightning/src/routing/router.rs
lightning/src/util/ser.rs
lightning/src/util/test_utils.rs