Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rya-sge committed Sep 9, 2024
1 parent 65105e6 commit 5c5427f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/DocumentEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,12 @@ contract DocumentEngine is IERC1643, DocumentEngineInvariant, AccessControl, ERC
emit DocumentUpdated(smartContract, name_, uri_, documentHash_);
}

/*//////////////////////////////////////////////////////////////
ERC2771
//////////////////////////////////////////////////////////////*/

/**
* @dev This surcharge is not necessary if you do not use the MetaTxModule
* @dev This surcharge is not necessary if you do not use ERC2771
*/
function _msgSender()
internal
Expand All @@ -260,7 +263,7 @@ contract DocumentEngine is IERC1643, DocumentEngineInvariant, AccessControl, ERC
}

/**
* @dev This surcharge is not necessary if you do not use the MetaTxModule
* @dev This surcharge is not necessary if you do not use ERC2771
*/
function _msgData()
internal
Expand Down

0 comments on commit 5c5427f

Please sign in to comment.