Skip to content

Commit c23dea4

Browse files
authored
Merge pull request #11890 from stolab/11889-transaction
change the recipient field to 'to' field fixes[11889]
2 parents 273bf40 + e5969c8 commit c23dea4

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/transactions

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Transactions require a fee and must be included in a validated block. To make th
2424
A submitted transaction includes the following information:
2525

2626
- `from` – the address of the sender, that will be signing the transaction. This will be an externally-owned account as contract accounts cannot send transactions.
27-
- `recipient` – the receiving address (if an externally-owned account, the transaction will transfer value. If a contract account, the transaction will execute the contract code)
27+
- `to` – the receiving address (if an externally-owned account, the transaction will transfer value. If a contract account, the transaction will execute the contract code)
2828
- `signature` – the identifier of the sender. This is generated when the sender's private key signs the transaction and confirms the sender has authorized this transaction
2929
- `nonce` - a sequentially incrementing counter which indicates the transaction number from the account
3030
- `value` – amount of ETH to transfer from sender to recipient (denominated in WEI, where 1ETH equals 1e+18wei)

0 commit comments

Comments
 (0)