Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1353 from amateurCrypt/patch-1
Browse files Browse the repository at this point in the history
Update Lesson_4_Sell_Domains_As_NFTs.md
  • Loading branch information
AlmostEfficient authored Nov 17, 2022
2 parents 5b8fb04 + b0efe4a commit c86d485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Polygon_ENS/en/Section_1/Lesson_4_Sell_Domains_As_NFTs.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ contract Domains {
return 1 * 10**17;
}
}
// Added "payable" modifier to register function
function register(string calldata name) public payable{
require(domains[name] == address(0));
Expand Down

0 comments on commit c86d485

Please sign in to comment.