Skip to content

Commit

Permalink
Merge pull request #11133 from ghidello/develop
Browse files Browse the repository at this point in the history
[DOCS] Update OpenZeppelin's ECDSA contract URL
  • Loading branch information
chriseth authored Mar 22, 2021
2 parents 66729a4 + b37723d commit 8c58378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/micropayment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------
Expand Down

0 comments on commit 8c58378

Please sign in to comment.