Skip to content

Commit

Permalink
fix: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
loicttn committed Apr 29, 2024
1 parent f07b90c commit 0aa4e97
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 653 deletions.
4 changes: 2 additions & 2 deletions src/contracts.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static const uint32_t KILN_LR_QUEUE_WITHDRAWALS_SELECTOR = 0x0dd8dd02;
static const uint32_t KILN_LR_COMPLETE_QUEUED_WITHDRAWALS_SELECTOR = 0x33404396;
// --- cast sig "delegateTo(address,(bytes,uint256),bytes32)"
static const uint32_t KILN_LR_DELEGATE_TO_SELECTOR = 0xeea9064b;
// -- cast sig "undelegate(address)"
// --- cast sig "undelegate(address)"
static const uint32_t KILN_LR_UNDELEGATE_SELECTOR = 0xda8be864;

const char lr_strategy_addresses[LR_STRATEGIES_COUNT][ADDRESS_STR_LEN] = {
Expand Down Expand Up @@ -120,4 +120,4 @@ const uint32_t KILN_SELECTORS[NUM_SELECTORS] = {
KILN_LR_COMPLETE_QUEUED_WITHDRAWALS_SELECTOR,
KILN_LR_DELEGATE_TO_SELECTOR,
KILN_LR_UNDELEGATE_SELECTOR,
};
};
5 changes: 0 additions & 5 deletions src/dbg/debug.h

This file was deleted.

Loading

0 comments on commit 0aa4e97

Please sign in to comment.