Skip to content

Commit

Permalink
docs(tutorials): fix tx event description (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
failfmi authored Jun 29, 2023
1 parent 8530159 commit 3ec6964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/transfer-funds.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ After you have [started the local network](./start-a-network.md), let's make a t

There are 5 events related to the transfer:

* First, the deposit event, which locks the fee to be paid.
* First, the withdrawal event, which takes the transaction fee.
* Second, the network has to create Charlie's account, because his balance was 0 before the transfer.
* Third, the actual transfer from Alice to Charlie.
* Fourth, the actual fee paid for the transaction.
Expand Down

0 comments on commit 3ec6964

Please sign in to comment.