[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / enums / PaymentFailureReason.java
index b9cec19c0428c95a6386eaa07efaf183db1cee67..ea07d0ba33b6ffe740d2935bcafb4c9bde8b6fa6 100644 (file)
@@ -32,6 +32,10 @@ public enum PaymentFailureReason {
        LDKPaymentFailureReason_PaymentExpired,
        /**
         * We failed to find a route while retrying the payment.
+        * 
+        * Note that this generally indicates that we've exhausted the available set of possible
+        * routes - we tried the payment over a few routes but were not able to find any further
+        * candidate routes beyond those.
         */
        LDKPaymentFailureReason_RouteNotFound,
        /**