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);