-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Line 49 in 010744c
| function royaltyInfo(uint256 _tokenId, uint256 _salePrice) external view override(IERC2981) returns (address Receiver, uint256 royaltyAmount) { |
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.
function royaltyInfo(uint256 _tokenId, uint256 _salePrice)
external
view
override(IERC2981)
returns (address Receiver, uint256 royaltyAmount) { }
Also, return values should begin with lower case receiver not Receiver.
dievardump
Metadata
Metadata
Assignees
Labels
No labels