Skip to content

Commit

Permalink
Minor comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder committed Mar 7, 2023
1 parent 428e956 commit 27ab6b3
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
const userAddress = await $signer.getAddress();
// Checks if the contract is a valid ERC20 contract,
// This calls makes surethe contract is a valid ERC20 contract,
// otherwise it throws and gets caught
await contract.balanceOf(userAddress);
Expand Down
Loading

0 comments on commit 27ab6b3

Please sign in to comment.