Update auto-generated bindings
[ldk-java] / ts / structs / PrivateRoute.ts
index 360a457ed5833904323acf5c133ab9f93b604ed8..82943df07a4e5cf09e95e88e0f53a55a24a2bc1b 100644 (file)
@@ -39,7 +39,6 @@ import * as bindings from '../bindings' // TODO: figure out location
        public static Result_PrivateRouteCreationErrorZ constructor_new(RouteHint hops) {
                number ret = bindings.PrivateRoute_new(hops == null ? 0 : hops.ptr & ~1);
                Result_PrivateRouteCreationErrorZ ret_hu_conv = Result_PrivateRouteCreationErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(hops);
                return ret_hu_conv;
        }