Skip to content

Commit

Permalink
Change function to external
Browse files Browse the repository at this point in the history
  • Loading branch information
EridianAlpha committed Sep 17, 2024
1 parent 5800566 commit 7c0012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SettlerToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ contract SettlerToken is ERC20, ERC20Permit {
// It can also be called at any time by anyone,
// but that does not make any difference to the balance calculations.
/// @param account The account to mint tokens for.
function mintOutstandingTokensFromNft(address account) public {
function mintOutstandingTokensFromNft(address account) external {
_mintOutstandingTokensFromNft(account);
}

Expand Down

0 comments on commit 7c0012b

Please sign in to comment.