We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbf9a1 commit 272f93eCopy full SHA for 272f93e
README.md
@@ -76,7 +76,7 @@ In practice this might be done in a frontend application prior to submitting the
76
Once the proof has been generated, it can be validated in Solidity using [`MerkleProof`] as in the following example:
77
78
```solidity
79
-pragma solidity ^0.8.0;
+pragma solidity ^0.8.4;
80
81
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
82
0 commit comments