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 038be47 commit 86263a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contract.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ 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,
static const uint8_t STAKEKIT_WITHDRAW_REWARDS_POL_SELECTOR[SELECTOR_SIZE] = {0xe0,
0xdb,
0x55,
0x55,
0x6b};
static const uint8_t STAKEKIT_UNSTAKE_CLAIM_TOKENS_NEW_SELECTOR[SELECTOR_SIZE] = {0xe9,
0x7f,
Expand Down

0 comments on commit 86263a8

Please sign in to comment.