Update auto-generated bindings
[ldk-java] / ts / structs / Result_ShutdownScriptInvalidShutdownScriptZ.ts
index 36edfb32403dd514f89b5d1446578b111db914ef..29394b34f8c9ab4641ad6974e05175fcfcc60f88 100644 (file)
@@ -40,7 +40,6 @@ public class Result_ShutdownScriptInvalidShutdownScriptZ extends CommonBase {
        public static Result_ShutdownScriptInvalidShutdownScriptZ constructor_ok(ShutdownScript o) {
                number ret = bindings.CResult_ShutdownScriptInvalidShutdownScriptZ_ok(o == null ? 0 : o.ptr & ~1);
                Result_ShutdownScriptInvalidShutdownScriptZ ret_hu_conv = Result_ShutdownScriptInvalidShutdownScriptZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }