From b13af49ece7fb2eb71aa2f0f3b297d27ff82b33a Mon Sep 17 00:00:00 2001 From: Vladless Date: Fri, 6 Dec 2024 02:25:40 +0300 Subject: [PATCH] back button in custom pay --- handlers/payments/cryprobot_pay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/payments/cryprobot_pay.py b/handlers/payments/cryprobot_pay.py index 6c06acb5..6265d4db 100644 --- a/handlers/payments/cryprobot_pay.py +++ b/handlers/payments/cryprobot_pay.py @@ -153,7 +153,6 @@ async def process_enter_custom_amount(callback_query: types.CallbackQuery, state await state.set_state(ReplenishBalanceState.entering_custom_amount_crypto) - @router.message(ReplenishBalanceState.entering_custom_amount_crypto) async def process_custom_amount_input(message: types.Message, state: FSMContext): if message.text.isdigit():