Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/web3-utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ toWei

Converts any `ether value <http://ethdocs.org/en/latest/ether.html>`_ value into `wei <http://ethereum.stackexchange.com/questions/253/the-ether-denominations-are-called-finney-szabo-and-wei-what-who-are-these-na>`_.

.. note:: "wei" are the smallest ethere unit, and you should always make calculations in wei and convert only for display reasons.
.. note:: "wei" are the smallest ether unit, and you should always make calculations in wei and convert only for display reasons.

----------
Parameters
Expand Down Expand Up @@ -1117,7 +1117,7 @@ fromWei

Converts any `wei <http://ethereum.stackexchange.com/questions/253/the-ether-denominations-are-called-finney-szabo-and-wei-what-who-are-these-na>`_ value into a `ether value <http://ethdocs.org/en/latest/ether.html>`_.

.. note:: "wei" are the smallest ethere unit, and you should always make calculations in wei and convert only for display reasons.
.. note:: "wei" are the smallest ether unit, and you should always make calculations in wei and convert only for display reasons.

----------
Parameters
Expand Down Expand Up @@ -1391,4 +1391,3 @@ Example

web3.utils.toTwosComplement('-0x1');
> "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"