Skip to content

Commit

Permalink
Change transfer function visibility from public to external in TokenM…
Browse files Browse the repository at this point in the history
…anagerERC20
  • Loading branch information
yavrsky committed Dec 16, 2024
1 parent 86014f6 commit e00156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/schain/TokenManagers/TokenManagerERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ contract TokenManagerERC20 is TokenManager, ITokenManagerERC20 {
uint256 amount,
address receiver
)
public
external
override
rightTransaction(targetSchainName, receiver)
{
Expand Down

0 comments on commit e00156b

Please sign in to comment.