mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix small typo on "Units and Globally Available Variables" page (#14252)
* Fix typo * Update docs/units-and-global-variables.rst --------- Co-authored-by: Nuno Santos <nunofilipesantos@gmail.com>
This commit is contained in:
parent
4af4e5c78f
commit
a2a00850ca
@ -235,7 +235,7 @@ Mathematical and Cryptographic Functions
|
||||
the ecrecover function remained unchanged.
|
||||
|
||||
This is usually not a problem unless you require signatures to be unique or use them to identify items.
|
||||
OpenZeppelin have a `ECDSA helper library <https://docs.openzeppelin.com/contracts/4.x/api/utils#ECDSA>`_ that you can use as a wrapper for ``ecrecover`` without this issue.
|
||||
OpenZeppelin has an `ECDSA helper library <https://docs.openzeppelin.com/contracts/4.x/api/utils#ECDSA>`_ that you can use as a wrapper for ``ecrecover`` without this issue.
|
||||
|
||||
.. note::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user