Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Add missing word "that" (#21878)
Browse files Browse the repository at this point in the history
(cherry picked from commit 746869f)
  • Loading branch information
AlmostEfficient authored and mergify-bot committed Dec 14, 2021
1 parent cf2a9de commit 7027857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The time, i.e. number of [slots](#slot), for which a [leader schedule](#leader-s

## fee account

The fee account in the transaction is the account pays for the cost of including the transaction in the ledger. This is the first account in the transaction. This account must be declared as Read-Write (writable) in the transaction since paying for the transaction reduces the account balance.
The fee account in the transaction is the account that pays for the cost of including the transaction in the ledger. This is the first account in the transaction. This account must be declared as Read-Write (writable) in the transaction since paying for the transaction reduces the account balance.

## finality

Expand Down

0 comments on commit 7027857

Please sign in to comment.