Added missing plugin SDK changes

This commit is contained in:
Alexandre Paillier
2023-10-19 11:40:48 +02:00
parent d414819b04
commit bdec1cdc8c
4 changed files with 63 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ void handle_query_contract_id(ethQueryContractID_t *parameters);
void handle_query_contract_ui(ethQueryContractUI_t *parameters);
// Calls the ethereum app.
void call_app_ethereum() {
static void call_app_ethereum() {
unsigned int libcall_params[5];
libcall_params[0] = (unsigned int) "Ethereum";
libcall_params[1] = 0x100;