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