diff --git a/docs/web3-eth.rst b/docs/web3-eth.rst index 836f3f95aa5..763ef4d46e7 100644 --- a/docs/web3-eth.rst +++ b/docs/web3-eth.rst @@ -1346,8 +1346,7 @@ Parameters 2. ``callback`` - ``Function``: (optional) Optional callback, returns an error object as first parameter and the result as second. -.. note:: The ``from`` property can also be an address or index from the :ref:`web3.eth.accounts.wallet `. It will then sign locally using the private key of that account, and send the transaction via :ref:`web3.eth.sendSignedTransaction() `. If the properties ``chain`` and ``hardfork`` or ``common`` are not set, Web3 will try to set appropriate values by -querying the network for its chainId and networkId. +.. note:: The ``from`` property can also be an address or index from the :ref:`web3.eth.accounts.wallet `. It will then sign locally using the private key of that account, and send the transaction via :ref:`web3.eth.sendSignedTransaction() `. If the properties ``chain`` and ``hardfork`` or ``common`` are not set, Web3 will try to set appropriate values by querying the network for its chainId and networkId. .. _eth-sendtransaction-return: