Update auto-generated bindings to 0.0.103
[ldk-java] / src / main / java / org / ldk / structs / ReplyChannelRange.java
index 06cc41f8ef3d9bc0ceb066a1760a1bb291aeba47..4f6db16001a3436e2e9b30c1d41c76b7ba679938 100644 (file)
@@ -97,8 +97,8 @@ public class ReplyChannelRange extends CommonBase {
         */
        public static ReplyChannelRange of(byte[] chain_hash_arg, int first_blocknum_arg, int number_of_blocks_arg, boolean sync_complete_arg, long[] short_channel_ids_arg) {
                long ret = bindings.ReplyChannelRange_new(chain_hash_arg, first_blocknum_arg, number_of_blocks_arg, sync_complete_arg, short_channel_ids_arg);
-               if (ret >= 0 && ret < 1024) { return null; }
-               ReplyChannelRange ret_hu_conv = new ReplyChannelRange(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               ReplyChannelRange ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new ReplyChannelRange(null, ret); }
                ret_hu_conv.ptrs_to.add(ret_hu_conv);
                return ret_hu_conv;
        }
@@ -108,8 +108,8 @@ public class ReplyChannelRange extends CommonBase {
         */
        public ReplyChannelRange clone() {
                long ret = bindings.ReplyChannelRange_clone(this.ptr);
-               if (ret >= 0 && ret < 1024) { return null; }
-               ReplyChannelRange ret_hu_conv = new ReplyChannelRange(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               ReplyChannelRange ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new ReplyChannelRange(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
@@ -119,7 +119,7 @@ public class ReplyChannelRange extends CommonBase {
         */
        public static Result_ReplyChannelRangeDecodeErrorZ read(byte[] ser) {
                long ret = bindings.ReplyChannelRange_read(ser);
-               if (ret >= 0 && ret < 1024) { return null; }
+               if (ret >= 0 && ret <= 4096) { return null; }
                Result_ReplyChannelRangeDecodeErrorZ ret_hu_conv = Result_ReplyChannelRangeDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }