Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / UpdateFailHTLC.java
index 7f2c350ccde6ddc27c0fdfb22655e44664ac63c1..4878f34054131f29d1b05fece4f271f3df09a8fc 100644 (file)
@@ -31,7 +31,7 @@ public class UpdateFailHTLC extends CommonBase {
         * The channel ID
         */
        public void set_channel_id(byte[] val) {
-               bindings.UpdateFailHTLC_set_channel_id(this.ptr, val);
+               bindings.UpdateFailHTLC_set_channel_id(this.ptr, InternalUtils.check_arr_len(val, 32));
        }
 
        /**
@@ -49,13 +49,18 @@ public class UpdateFailHTLC extends CommonBase {
                bindings.UpdateFailHTLC_set_htlc_id(this.ptr, val);
        }
 
+       long clone_ptr() {
+               long ret = bindings.UpdateFailHTLC_clone_ptr(this.ptr);
+               return ret;
+       }
+
        /**
         * Creates a copy of the UpdateFailHTLC
         */
        public UpdateFailHTLC clone() {
                long ret = bindings.UpdateFailHTLC_clone(this.ptr);
-               if (ret >= 0 && ret < 1024) { return null; }
-               UpdateFailHTLC ret_hu_conv = new UpdateFailHTLC(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               UpdateFailHTLC ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new UpdateFailHTLC(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
@@ -73,7 +78,7 @@ public class UpdateFailHTLC extends CommonBase {
         */
        public static Result_UpdateFailHTLCDecodeErrorZ read(byte[] ser) {
                long ret = bindings.UpdateFailHTLC_read(ser);
-               if (ret >= 0 && ret < 1024) { return null; }
+               if (ret >= 0 && ret <= 4096) { return null; }
                Result_UpdateFailHTLCDecodeErrorZ ret_hu_conv = Result_UpdateFailHTLCDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }