Skip to content

Commit

Permalink
fix: lint error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven2505 committed Jan 23, 2025
1 parent ef3f635 commit 038be47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/contract.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ static const uint8_t STAKEKIT_VOTE_SELECTOR[SELECTOR_SIZE] = {0x58, 0x0d, 0x74,
static const uint8_t STAKEKIT_REVOKE_ACTIVE_SELECTOR[SELECTOR_SIZE] = {0x6e, 0x19, 0x84, 0x75};
static const uint8_t STAKEKIT_AAVE_SUPPLY_SELECTOR[SELECTOR_SIZE] = {0x61, 0x7b, 0xa0, 0x37};
static const uint8_t STAKEKIT_WITHDRAW_REWARDS_SELECTOR[SELECTOR_SIZE] = {0xc7, 0xb8, 0x98, 0x1c};
static const uint8_t STAKEKIT_WITHDRAW_REWARDS_POL_SELECTOR[SELECTOR_SIZE] = {0xe0, 0xdb, 0x55, 0x6b};
static const uint8_t STAKEKIT_WITHDRAW_REWARDS_POL_SELECTOR[SELECTOR_SIZE] = {0xe0,
0xdb,
0x55,
0x6b};
static const uint8_t STAKEKIT_UNSTAKE_CLAIM_TOKENS_NEW_SELECTOR[SELECTOR_SIZE] = {0xe9,
0x7f,
0xdd,
Expand Down

0 comments on commit 038be47

Please sign in to comment.