[Java] Update auto-generated bindings to LDK 0.0.118
[ldk-java] / src / main / java / org / ldk / structs / PaymentConstraints.java
index 90953d289b5a8fe83a62c98f5adfc39577db4991..3cfc1c164bdac929e28091719ed5d306ea84e42b 100644 (file)
@@ -23,8 +23,7 @@ public class PaymentConstraints extends CommonBase {
        }
 
        /**
-        * The maximum total CLTV delta that is acceptable when relaying a payment over this
-        * [`BlindedHop`].
+        * The maximum total CLTV that is acceptable when relaying a payment over this [`BlindedHop`].
         */
        public int get_max_cltv_expiry() {
                int ret = bindings.PaymentConstraints_get_max_cltv_expiry(this.ptr);
@@ -33,8 +32,7 @@ public class PaymentConstraints extends CommonBase {
        }
 
        /**
-        * The maximum total CLTV delta that is acceptable when relaying a payment over this
-        * [`BlindedHop`].
+        * The maximum total CLTV that is acceptable when relaying a payment over this [`BlindedHop`].
         */
        public void set_max_cltv_expiry(int val) {
                bindings.PaymentConstraints_set_max_cltv_expiry(this.ptr, val);