Ver Fonte

Fix MerkleProof natspec

(cherry picked from commit 7d01facdb8fc8f7b9f0584c6d9a655a3c44f23f6)
Francisco Giordano há 2 anos atrás
pai
commit
b438cb695a
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      contracts/utils/cryptography/MerkleProof.sol

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