We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322e941 commit 72f9d52Copy full SHA for 72f9d52
l1-contracts/src/core/libraries/rollup/ValidatorSelectionLib.sol
@@ -441,7 +441,7 @@ library ValidatorSelectionLib {
441
* @return The sample time and the indices of the validators for the given epoch
442
*/
443
function sampleValidatorsIndices(Epoch _epoch, uint224 _seed)
444
- internal
+ private
445
returns (uint32, uint256[] memory)
446
{
447
ValidatorSelectionStorage storage store = getStorage();
0 commit comments