Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Mar 21, 2024
1 parent 28aa044 commit 0b513fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handle_provide_parameter.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static void handle_curve_router_exchange(ethPluginProvideParameter_t *msg, conte
NULL_ETH_ADDRESS,
ADDRESS_LENGTH) == 0) {
// First token in the route cannot be null
msg->result = ETH_PLUGIN_RESULT_ERROR;
context->next_param = UNEXPECTED_PARAMETER;
} else {
handle_token_sent(msg, context);
context->next_param = TOKEN_RECEIVED;
Expand Down

0 comments on commit 0b513fd

Please sign in to comment.