Align internal plugin handler API with standard plugin handler API

This commit is contained in:
Francois Beutin
2024-08-01 16:50:46 +02:00
parent 4eb5ed3a19
commit 264d1de96e
8 changed files with 30 additions and 42 deletions

View File

@@ -121,8 +121,7 @@ static void set_transfer_ui(ethQueryContractUI_t *msg, erc721_context_t *context
}
}
void handle_query_contract_ui_721(void *parameters) {
ethQueryContractUI_t *msg = (ethQueryContractUI_t *) parameters;
void handle_query_contract_ui_721(ethQueryContractUI_t *msg) {
erc721_context_t *context = (erc721_context_t *) msg->pluginContext;
msg->result = ETH_PLUGIN_RESULT_OK;