Skip to content

Commit 1f7218c

Browse files
committed
fix: update IAlignedLayerServiceManager.sol
1 parent 97dc3f1 commit 1f7218c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/src/core/IAlignedLayerServiceManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ interface IAlignedLayerServiceManager {
7979

8080
function depositToBatcher(address account) external payable;
8181

82-
function checkPublicInput(bytes calldata publicInput, bytes32 hash) external pure returns (bool);
82+
function checkPublicInput(bytes calldata publicInput, bytes32 hash) public pure returns (bool);
8383
}

0 commit comments

Comments
 (0)