Skip to content

Commit 72f9d52

Browse files
committed
Lint
1 parent 322e941 commit 72f9d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l1-contracts/src/core/libraries/rollup/ValidatorSelectionLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ library ValidatorSelectionLib {
441441
* @return The sample time and the indices of the validators for the given epoch
442442
*/
443443
function sampleValidatorsIndices(Epoch _epoch, uint224 _seed)
444-
internal
444+
private
445445
returns (uint32, uint256[] memory)
446446
{
447447
ValidatorSelectionStorage storage store = getStorage();

0 commit comments

Comments
 (0)