Skip to content

Commit

Permalink
return value in natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-silver committed Jun 28, 2023
1 parent 7d03026 commit 952871c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EncumberableToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ contract EncumberableToken is ERC20, IERC20Permit, IERC999 {
/**
* @notice Returns the domain separator used in the encoding of the
* signature for permit
* @return bytes32 The domain separator
*/
function DOMAIN_SEPARATOR() public view returns (bytes32) {
return keccak256(abi.encode(DOMAIN_TYPEHASH, keccak256(bytes(name())), keccak256(bytes(version)), block.chainid, address(this)));
Expand Down

0 comments on commit 952871c

Please sign in to comment.