Skip to content

Commit

Permalink
Update 05-transfers-in-smart-contracts.mdx
Browse files Browse the repository at this point in the history
fix a typo

Signed-off-by:  ochuko awhe <[email protected]>
  • Loading branch information
amochuko authored Sep 8, 2024
1 parent ab750cc commit 73d75b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ cast call --rpc-url myblockchain $PAYABLE_CONTRACT "amountReceived()(uint)"
</Step>
</Steps>

Well done! You transfer native tokens to a Smart Contract.
Well done! You transferred native tokens to a Smart Contract.

It's important to understand the distinction between Native Tokens and ERC-20 tokens. Native tokens, such as `AVAX` or `ETH`, are transferred directly to payable functions within the smart contract. This process is straightforward and involves sending the tokens to the contract's address, invoking the payable function.

Expand Down

0 comments on commit 73d75b1

Please sign in to comment.