Skip to content

Commit

Permalink
chore: fix extra merge files
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Feb 19, 2025
1 parent 5961884 commit 61bd4c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion src/contracts/core/StrategyManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ contract StrategyManager is
address staker,
IStrategy strategy,
uint256 shares
) external onlyDelegationManager returns (uint256, uint256) {
) external onlyDelegationManager nonReentrant returns (uint256, uint256) {
return _addShares(staker, strategy, shares);
}

Expand Down
30 changes: 0 additions & 30 deletions src/contracts/interfaces/ISignatureUtils.sol

This file was deleted.

0 comments on commit 61bd4c1

Please sign in to comment.