Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilaneDen committed Dec 31, 2024
1 parent cc5c374 commit cedc9cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/contract.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ const uint8_t *const STAKEKIT_SELECTORS[NUM_STAKEKIT_SELECTORS] = {
STAKEKIT_VIC_RESIGN_SELECTOR,
STAKEKIT_VIC_UNVOTE_SELECTOR,
STAKEKIT_VIC_WITHDRAW_SELECTOR,
STAKEKIT_CLAIM_SELECTOR
};
STAKEKIT_CLAIM_SELECTOR};

// Null address
const uint8_t NULL_ETH_ADDRESS[ADDRESS_LENGTH] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
Expand Down

0 comments on commit cedc9cc

Please sign in to comment.