Skip to content

Commit

Permalink
fix function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4karia authored Apr 5, 2024
1 parent 5346e78 commit e011a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handle_finalize.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static bool set_ticker_withdraw_for_mapped_token(plugin_parameters_t *context,
return false;
}

void handle_finalize(ethPluginFinalize_t *msg) {
void handle_finalize(void *parameters) {
ethPluginFinalize_t *msg = (ethPluginFinalize_t *) parameters;
plugin_parameters_t *context = (plugin_parameters_t *) msg->pluginContext;

Expand Down

0 comments on commit e011a53

Please sign in to comment.