Merge pull request #11133 from ghidello/develop

[DOCS] Update OpenZeppelin's ECDSA contract URL
This commit is contained in:
chriseth 2021-03-22 15:02:34 +01:00 committed by GitHub
commit 8c583784c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
------------------