Skip to content

Commit

Permalink
Add comment referencing ensip-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Feb 21, 2024
1 parent 6fc58e6 commit 38407f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/resolvers/profiles/ExtendedDNSResolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ contract ExtendedDNSResolver is IExtendedDNSResolver, IERC165 {
) internal pure returns (bytes memory) {
(, uint256 coinType) = abi.decode(data[4:], (bytes32, uint256));
bytes memory value;
// Per https://docs.ens.domains/ensip/11#specification
if (coinType & 0x80000000 != 0) {
value = _findValue(
context,
Expand Down

0 comments on commit 38407f0

Please sign in to comment.