Skip to content

Commit

Permalink
rename shadowed var
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Jan 14, 2025
1 parent 619737f commit 8ff50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/validator-manager/ACP99Manager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ abstract contract ACP99Manager {
event CompletedValidatorWeightUpdate(bytes32 indexed validationID, uint64 nonce, uint64 weight);

/// @notice Returns the SubnetID of the L1 tied to this manager
function subnetID() public view virtual returns (bytes32 subnetID);
function subnetID() public view virtual returns (bytes32 id);

/// @notice Returns the validator details for a given validation ID.
function getValidator(bytes32 validationID)
Expand Down

0 comments on commit 8ff50f6

Please sign in to comment.