Skip to content

Commit 97dc3f1

Browse files
committed
refactor: undo signature changes on checkPublicInput
1 parent 888708d commit 97dc3f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/src/core/AlignedLayerServiceManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ contract AlignedLayerServiceManager is
362362
function checkPublicInput(
363363
bytes calldata publicInput,
364364
bytes32 hash
365-
) external pure returns (bool) {
365+
) public pure returns (bool) {
366366
return keccak256(publicInput) == hash;
367367
}
368368

0 commit comments

Comments
 (0)