Skip to content

Commit 18a18db

Browse files
authored
Merge pull request #86 from bgd-labs/feat/solidity-utils-update
feat: update solidity utils lib with linea updates
2 parents be37b99 + 12df3fd commit 18a18db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/contracts/extensions/stata-token/StataTokenV2.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ contract StataTokenV2 is
5959
else _unpause();
6060
}
6161

62-
/// @inheritdoc IRescuable
62+
/// @inheritdoc Rescuable
6363
function whoCanRescue() public view override returns (address) {
6464
return POOL_ADDRESSES_PROVIDER.getACLAdmin();
6565
}

0 commit comments

Comments
 (0)