Skip to content

Commit

Permalink
fix: removed unecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven2505 committed Jan 21, 2025
1 parent 8f4c159 commit 9045067
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/handle_provide_parameter.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ void handle_provide_parameter(ethPluginProvideParameter_t *msg) {
// EDIT THIS: adapt the cases and the names of the functions.
switch (context->selectorIndex) {
case CREATE_REWARD_VAULT:
handle_beneficiary(msg, context);
break;
case DELEGATE:
handle_beneficiary(msg, context);
break;
Expand Down

0 comments on commit 9045067

Please sign in to comment.