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