Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-HoDL58 authored Oct 26, 2023
1 parent 7b5f733 commit 46f385d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/learn/transaction/transfer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar: Transfer Transaction
Transfer transaction is used to transfer coins between the [accounts]({{ site.baseurl }}/learn/blockchain/account/).
If the receiver account does not exist, it will be created.

## Payload structure
## Payload Structure

The transfer transaction has a payload consists the following fields:

Expand All @@ -23,7 +23,7 @@ The transfer transaction has a payload consists the following fields:
- **Receiver address** is the account address that receives the amount
- **Amount** is the amount of coins that should be transferred

## Reward transaction
## Reward Transaction

The reward transaction is the first transaction in each block. There is only one reward transaction
per block, and it has the same format as a transfer transaction, but with zero fees and no signature.
Expand Down

0 comments on commit 46f385d

Please sign in to comment.