[DOCS] Update OpenZeppelin's ECDSA contract URL

This commit is contained in:
ghidello 2021-03-21 11:38:04 +01:00
parent 6e1d61a232
commit b37723dc36
No known key found for this signature in database
GPG Key ID: CD31C5D976D7BA0F

View File

@ -431,7 +431,7 @@ The full contract
.. note::
The function ``splitSignature`` does not use all security
checks. A real implementation should use a more rigorously tested library,
such as openzepplin's `version <https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/cryptography/ECDSA.sol>`_ of this code.
such as openzepplin's `version <https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/cryptography/ECDSA.sol>`_ of this code.
Verifying Payments
------------------