Skip to content

Commit e9fa4bd

Browse files
fix: immutable visibility
1 parent d8f258d commit e9fa4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HookTarget/HookTargetAccessControlKeyring.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contract HookTargetAccessControlKeyring is BaseHookTarget, SelectorAccessControl
1818
IKeyringCredentials public immutable keyring;
1919

2020
/// @notice The policy ID used when checking credentials against the Keyring contract
21-
uint32 internal immutable policyId;
21+
uint32 public immutable policyId;
2222

2323
/// @notice Initializes the HookTargetAccessControlKeyring contract
2424
/// @param _evc The address of the EVC.

0 commit comments

Comments
 (0)