Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / Result_UnsignedChannelUpdateDecodeErrorZ.java
index 7cff904409b28d5a15b547b1e5f853b36aadacd3..2a64ca926aae7764bf2132833bf858c320d45326 100644 (file)
@@ -48,7 +48,6 @@ public class Result_UnsignedChannelUpdateDecodeErrorZ extends CommonBase {
                long ret = bindings.CResult_UnsignedChannelUpdateDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
                if (ret < 1024) { return null; }
                Result_UnsignedChannelUpdateDecodeErrorZ ret_hu_conv = Result_UnsignedChannelUpdateDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }
 
@@ -59,7 +58,6 @@ public class Result_UnsignedChannelUpdateDecodeErrorZ extends CommonBase {
                long ret = bindings.CResult_UnsignedChannelUpdateDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                if (ret < 1024) { return null; }
                Result_UnsignedChannelUpdateDecodeErrorZ ret_hu_conv = Result_UnsignedChannelUpdateDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(e);
                return ret_hu_conv;
        }