Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wbt committed Oct 22, 2023
1 parent eb36ebb commit 362c6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat/contracts/SubscryptoToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ contract SubscryptoToken is ERC20, ERC20Burnable, Ownable, ERC20Permit {
address merchant,
address customer
) private {
//This sends money due the merchant back to the merchant
//This sends money due the merchant to the merchant:
setTier(
merchant,
customer,
Expand Down

0 comments on commit 362c6b9

Please sign in to comment.