Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 2abeb6c

Browse files
authored
Merge pull request #1 from 0xflotus/patch-2
Update web3-eth-accounts.rst
2 parents 5a76fd0 + 9685637 commit 2abeb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web3-eth-accounts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Parameters
144144
1. ``tx`` - ``Object``: The transaction's properties object as follows:
145145
- ``nonce`` - ``String``: (optional) The nonce to use when signing this transaction. Default will use :ref:`web3.eth.getTransactionCount() <eth-gettransactioncount>`.
146146
- ``chainId`` - ``String``: (optional) The chain id to use when signing this transaction. Default will use :ref:`web3.eth.net.getId() <net-getid>`.
147-
- ``to`` - ``String``: (optional) The recevier of the transaction, can be empty when deploying a contract.
147+
- ``to`` - ``String``: (optional) The receiver of the transaction, can be empty when deploying a contract.
148148
- ``data`` - ``String``: (optional) The call data of the transaction, can be empty for simple value transfers.
149149
- ``value`` - ``String``: (optional) The value of the transaction in wei.
150150
- ``gasPrice`` - ``String``: (optional) The gas price set by this transaction, if empty, it will use :ref:`web3.eth.gasPrice() <eth-gasprice>`

0 commit comments

Comments
 (0)