Skip to content

Commit

Permalink
fix: generate docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
Agilulfo1820 committed Jan 14, 2025
1 parent 97bc6f1 commit 4517cd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contracts/NodeManagement.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ contract NodeManagement is INodeManagement, AccessControlUpgradeable, UUPSUpgrad
/**
* @notice Retrieve the storage reference for node delegation data.
* @dev Internal pure function to get the storage slot for node delegation data using inline assembly.
* @return $ The storage reference for node delegation data.
*/
function _getNodeManagementStorage() internal pure returns (NodeManagementStorage storage $) {
assembly {
Expand Down
1 change: 0 additions & 1 deletion contracts/deprecated/V1/NodeManagementV1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ contract NodeManagementV1 is INodeManagementV1, AccessControlUpgradeable, UUPSUp
/**
* @notice Retrieve the storage reference for node delegation data.
* @dev Internal pure function to get the storage slot for node delegation data using inline assembly.
* @return $ The storage reference for node delegation data.
*/
function _getNodeManagementStorage() internal pure returns (NodeManagementStorage storage $) {
assembly {
Expand Down

0 comments on commit 4517cd5

Please sign in to comment.