Skip to content

Commit

Permalink
Update plugin name (#1)
Browse files Browse the repository at this point in the history
@bigspider is that ok?
  • Loading branch information
alacombe-ledger authored Dec 9, 2021
1 parent d8c6289 commit 28d0eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/poap_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <string.h>

#define NUM_SELECTORS 2
#define PLUGIN_NAME "Poap"
#define PLUGIN_NAME "POAP"
#define TOKEN_FOUND 1 << 1
#define SELECTOR_SIZE 4
#define PARAMETER_LENGTH 32
Expand Down Expand Up @@ -63,4 +63,4 @@ void handle_provide_parameter(void *parameters);
void handle_query_contract_ui(void *parameters);
void handle_init_contract(void *parameters);
void handle_finalize(void *parameters);
void handle_query_contract_id(void *parameters);
void handle_query_contract_id(void *parameters);

0 comments on commit 28d0eff

Please sign in to comment.