Update auto-generated bindings to 0.0.103
[ldk-java] / src / main / java / org / ldk / structs / DecodeError.java
index dbf1fc88d164f483a48a38b544c1518a424a313f..5f7d8809b8b3b98763ef0c3614ea6b262d94d2c4 100644 (file)
@@ -24,8 +24,8 @@ public class DecodeError extends CommonBase {
         */
        public DecodeError clone() {
                long ret = bindings.DecodeError_clone(this.ptr);
-               if (ret >= 0 && ret < 1024) { return null; }
-               DecodeError ret_hu_conv = new DecodeError(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               DecodeError ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new DecodeError(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }