Fix MerkleProof natspec

pull/3801/head
Francisco Giordano 2 years ago
parent 8d105825e9
commit 7d01facdb8
  1. 4
      contracts/utils/cryptography/MerkleProof.sol

@ -6,8 +6,8 @@ pragma solidity ^0.8.0;
/**
* @dev These functions deal with verification of Merkle Tree proofs.
*
* The proofs can be generated using our JavaScript library
* https://github.com/OpenZeppelin/merkle-tree[`@openzeppelin/merkle-tree`].
* The tree and the proofs can be generated using our
* https://github.com/OpenZeppelin/merkle-tree[JavaScript library].
* You will find a quickstart guide in the readme.
*
* WARNING: You should avoid using leaf values that are 64 bytes long prior to

Loading…
Cancel
Save