From 855112fe3067f15a6bafbdfa6359acca857515c5 Mon Sep 17 00:00:00 2001 From: Manoj Patra Date: Fri, 27 Oct 2023 14:16:16 +0530 Subject: [PATCH] minor fix --- src/handle_query_contract_ui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/handle_query_contract_ui.c b/src/handle_query_contract_ui.c index fc90310..ef6a33a 100644 --- a/src/handle_query_contract_ui.c +++ b/src/handle_query_contract_ui.c @@ -159,6 +159,7 @@ void handle_query_contract_ui(ethQueryContractUI_t *msg) { case ETHX_REQUEST_WITHDRAW: case ETHX_REQUEST_WITHDRAW_LEGACY: ret = handle_ethx_request_withdraw(msg, context); + break; default: PRINTF("Selector index: %d not supported\n", context->selectorIndex);