feat [UNTESTED]: set removed flags on pools and tokens

This commit is contained in:
2025-02-10 13:37:20 +03:00
parent 16ddf2b2ce
commit 8d26e7bf3d
6 changed files with 56 additions and 0 deletions

View File

@@ -43,5 +43,10 @@ func bootstrapRouter(handlerContainer *handler.Handler) *router.Router {
handlerContainer.IndexOwnershipChange,
)
router.RegisterRoute(
"TRACKER.INDEX_REMOVE",
handlerContainer.IndexRemove,
)
return router
}