Skip to content

Commit 306f2ea

Browse files
committed
fix: update IAlignedLayerServiceManager.sol
1 parent 1f7218c commit 306f2ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/src/core/IAlignedLayerServiceManager.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,4 @@ interface IAlignedLayerServiceManager {
7878
function withdraw(uint256 amount) external;
7979

8080
function depositToBatcher(address account) external payable;
81-
82-
function checkPublicInput(bytes calldata publicInput, bytes32 hash) public pure returns (bool);
8381
}

0 commit comments

Comments
 (0)