You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function royaltyInfo(uint256_tokenId, uint256_salePrice) externalviewoverride(IERC2981) returns (addressReceiver, uint256royaltyAmount) {
Readability is important in reference and framework code. Formatting it with that in mind (as we did in the ERC), will be appreciated by those who evaluate it when considering adoption.
ERC2981/contracts/ERC2981.sol
Line 49 in 010744c
Readability is important in reference and framework code. Formatting it with that in mind (as we did in the ERC), will be appreciated by those who evaluate it when considering adoption.
Also, return values should begin with lower case
receiver
notReceiver
.The text was updated successfully, but these errors were encountered: