Skip to content

Commit

Permalink
Merge pull request #86 from bgd-labs/feat/solidity-utils-update
Browse files Browse the repository at this point in the history
feat: update solidity utils lib with linea updates
  • Loading branch information
sendra authored Dec 9, 2024
2 parents be37b99 + 12df3fd commit 18a18db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/contracts/extensions/stata-token/StataTokenV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract StataTokenV2 is
else _unpause();
}

/// @inheritdoc IRescuable
/// @inheritdoc Rescuable
function whoCanRescue() public view override returns (address) {
return POOL_ADDRESSES_PROVIDER.getACLAdmin();
}
Expand Down

0 comments on commit 18a18db

Please sign in to comment.