Update auto-generated bindings
[ldk-java] / ts / structs / Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.ts
index 741c7190253e13637acd54e32c58e73a494af628..fbedce75249782626480590183b2977e04b358f3 100644 (file)
@@ -46,7 +46,6 @@ public class Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ extends CommonB
        public static Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ constructor_err(DecodeError e) {
                number ret = bindings.CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ ret_hu_conv = Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(e);
                return ret_hu_conv;
        }