From 96856377cce68e51877fab2b2b436c4f782b6f53 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 23 Apr 2019 10:30:44 +0200 Subject: [PATCH] Update web3-eth-accounts.rst --- docs/web3-eth-accounts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web3-eth-accounts.rst b/docs/web3-eth-accounts.rst index 5ccc7c5909b..d6da24ca22b 100644 --- a/docs/web3-eth-accounts.rst +++ b/docs/web3-eth-accounts.rst @@ -144,7 +144,7 @@ Parameters 1. ``tx`` - ``Object``: The transaction's properties object as follows: - ``nonce`` - ``String``: (optional) The nonce to use when signing this transaction. Default will use :ref:`web3.eth.getTransactionCount() `. - ``chainId`` - ``String``: (optional) The chain id to use when signing this transaction. Default will use :ref:`web3.eth.net.getId() `. - - ``to`` - ``String``: (optional) The recevier of the transaction, can be empty when deploying a contract. + - ``to`` - ``String``: (optional) The receiver of the transaction, can be empty when deploying a contract. - ``data`` - ``String``: (optional) The call data of the transaction, can be empty for simple value transfers. - ``value`` - ``String``: (optional) The value of the transaction in wei. - ``gasPrice`` - ``String``: (optional) The gas price set by this transaction, if empty, it will use :ref:`web3.eth.gasPrice() `