]> git.bitcoin.ninja Git - rust-lightning/commit
Don't use compact blinded paths for reply paths
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 22 May 2024 21:35:57 +0000 (16:35 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Wed, 5 Jun 2024 22:52:30 +0000 (17:52 -0500)
commit411b9b43f6089b1482eb9831742bf5ecb8238e0d
treeb21d7bdcd681e3aaebeb688808449654ea95ad42
parent532617188577150cbd974401b10d2b4e0c2e0809
Don't use compact blinded paths for reply paths

There's no need to save space when creating reply paths since they are
part of onion messages rather than in QR codes. Use normal blinded paths
for these instead as they are less likely to become invalid in case of
channel closure.
lightning/src/ln/channelmanager.rs
lightning/src/ln/offers_tests.rs