[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / Invoice.java
index 596982ab493c4dcabd6097eb951f1b301b87fec7..f3cfa94d9675a9ef4bd5fce83790cee64db701ae 100644 (file)
@@ -229,11 +229,11 @@ public class Invoice extends CommonBase {
        }
 
        /**
-        * Returns the invoice's `min_final_cltv_expiry` time, if present, otherwise
-        * [`DEFAULT_MIN_FINAL_CLTV_EXPIRY`].
+        * Returns the invoice's `min_final_cltv_expiry_delta` time, if present, otherwise
+        * [`DEFAULT_MIN_FINAL_CLTV_EXPIRY_DELTA`].
         */
-       public long min_final_cltv_expiry() {
-               long ret = bindings.Invoice_min_final_cltv_expiry(this.ptr);
+       public long min_final_cltv_expiry_delta() {
+               long ret = bindings.Invoice_min_final_cltv_expiry_delta(this.ptr);
                Reference.reachabilityFence(this);
                return ret;
        }