We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dc3f1 commit 1f7218cCopy full SHA for 1f7218c
1 file changed
contracts/src/core/IAlignedLayerServiceManager.sol
@@ -79,5 +79,5 @@ interface IAlignedLayerServiceManager {
79
80
function depositToBatcher(address account) external payable;
81
82
- function checkPublicInput(bytes calldata publicInput, bytes32 hash) external pure returns (bool);
+ function checkPublicInput(bytes calldata publicInput, bytes32 hash) public pure returns (bool);
83
}
0 commit comments