Skip to content

Commit 2ac6183

Browse files
authored
Merge pull request #15548 from chainide-agent-bob/fix-account-terminology
fix: correct terminology in accounts page for consistency between tra…
2 parents 1b7c72b + 642b9b8 commit 2ac6183

File tree

1 file changed

+2
-2
lines changed
  • public/content/developers/docs/accounts

1 file changed

+2
-2
lines changed

public/content/developers/docs/accounts/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An explanation of Ethereum accounts – their data structures and t
44
lang: en
55
---
66

7-
An Ethereum account is an entity with an ether (ETH) balance that can send transactions on Ethereum. Accounts can be user-controlled or deployed as smart contracts.
7+
An Ethereum account is an entity with an ether (ETH) balance that can send messages on Ethereum. Accounts can be user-controlled or deployed as smart contracts.
88

99
## Prerequisites {#prerequisites}
1010

@@ -34,7 +34,7 @@ Both account types have the ability to:
3434
**Contract**
3535

3636
- Creating a contract has a cost because you're using network storage
37-
- Can only send transactions in response to receiving a transaction
37+
- Can only send messages in response to receiving a transaction
3838
- Transactions from an external account to a contract account can trigger code which can execute many different actions, such as transferring tokens or even creating a new contract
3939
- Contract accounts don't have private keys. Instead, they are controlled by the logic of the smart contract code
4040

0 commit comments

Comments
 (0)