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