Skip to content

Commit

Permalink
feat(mint token): bug fixe lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaoulmi committed Nov 22, 2021
1 parent 1bbfa9e commit 996311c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/poap_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
#include "eth_plugin_interface.h"
#include <string.h>


#define NUM_SELECTORS 1
#define PLUGIN_NAME "Poap"
#define NUM_SELECTORS 1
#define PLUGIN_NAME "Poap"
#define TOKEN_RECEIVED_FOUND 1 << 1
#define SELECTOR_SIZE 4
#define PARAMETER_LENGTH 32
#define RUN_APPLICATION 1
#define SELECTOR_SIZE 4
#define PARAMETER_LENGTH 32
#define RUN_APPLICATION 1

// Number of decimals used when the token wasn't found in the CAL.
#define DEFAULT_DECIMAL WEI_TO_ETHER
Expand Down

0 comments on commit 996311c

Please sign in to comment.