Skip to content

Commit 0b5126f

Browse files
committed
Remove double function in interface
1 parent d0c8f67 commit 0b5126f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/src/core/IAlignedLayerServiceManager.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ interface IAlignedLayerServiceManager {
6363

6464
function balanceOf(address account) external view returns (uint256);
6565

66-
function withdraw(uint256 amount) external;
67-
6866
function setAggregator(address _aggregator) external;
6967

7068
function isVerifierDisabled(

0 commit comments

Comments
 (0)