Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoj Patra committed Oct 27, 2023
1 parent f3aca70 commit 855112f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handle_query_contract_ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 855112f

Please sign in to comment.