Skip to content

Commit

Permalink
pure
Browse files Browse the repository at this point in the history
  • Loading branch information
mejango committed Jan 18, 2025
1 parent f333018 commit c9f5e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ contract JBERC20 is ERC20Votes, ERC20Permit, Ownable, IJBToken {
}

/// @notice This token can only be added to a project when its created by the `JBTokens` contract.
function canBeAddedTo(uint256) external view override returns (bool) {
function canBeAddedTo(uint256) external pure override returns (bool) {
return false;
}

Expand Down

0 comments on commit c9f5e8f

Please sign in to comment.