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():