]> git.bitcoin.ninja Git - rust-lightning/commit
Add new PaymentFailureReason::BlindedPathCreationFailed
authorValentine Wallace <vwallace@protonmail.com>
Wed, 11 Sep 2024 17:53:39 +0000 (13:53 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 30 Oct 2024 20:13:56 +0000 (16:13 -0400)
commit3945bf86f95373e4ad63749d5dde64643b614790
tree493dd88f2229e1281da9170ba2d122fa23154905
parentcdc0c3b581527bfc389db1621bf24c638eab2dbf
Add new PaymentFailureReason::BlindedPathCreationFailed

RouteNotFound did not fit here because that error is reserved for failing to
find a route for a payment, whereas here we are failing to create a blinded
path back to ourselves..
lightning/src/events/mod.rs
lightning/src/ln/channelmanager.rs