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