From ac2a3721b21c1fed9ddbed2c3724a32399f9de5c Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Fri, 18 Apr 2025 10:55:02 +0300 Subject: [PATCH] remove dedicated address sms trigger --- handlers/local.go | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/local.go b/handlers/local.go index 870a50e..6f4963f 100644 --- a/handlers/local.go +++ b/handlers/local.go @@ -124,7 +124,6 @@ func (ls *LocalHandlerService) GetHandler(accountService remote.AccountService) ls.DbRs.AddLocalFunc("get_suggested_alias", appHandlers.GetSuggestedAlias) ls.DbRs.AddLocalFunc("confirm_new_alias", appHandlers.ConfirmNewAlias) ls.DbRs.AddLocalFunc("check_account_created", appHandlers.CheckAccountCreated) - ls.DbRs.AddLocalFunc("send_address_sms", appHandlers.SendAddressSMS) ls.first = appHandlers.Init