Skip to content

Commit

Permalink
remove superfluous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Sep 20, 2023
1 parent 7374fc6 commit eaf87b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/experimental/FOTToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ contract FOTTokenProxy is CustomSuperTokenBase, UUPSProxy, Ownable, IFOTTokenCus
external override returns (bool)
{
_transferFrom(holder, recipient, amount);
return true; // returns true if it didn't revert
return true;
}

function transfer(address recipient, uint256 amount)
Expand Down

0 comments on commit eaf87b8

Please sign in to comment.