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