From 46f385d672f29191575dca060242981080261bba Mon Sep 17 00:00:00 2001 From: Mr-HoDL58 <148651614+Mr-HoDL58@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:53:29 +0100 Subject: [PATCH] Typos fixed --- website/learn/transaction/transfer/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/learn/transaction/transfer/index.md b/website/learn/transaction/transfer/index.md index 065c2c740..dca0a496c 100644 --- a/website/learn/transaction/transfer/index.md +++ b/website/learn/transaction/transfer/index.md @@ -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: @@ -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.