Skip to content

Commit

Permalink
loosen solidity version restriction on ConfRequest lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Aug 2, 2024
1 parent b419e7f commit 6e2b7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forge/ConfidentialRequest.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.8;
pragma solidity ^0.8.0;

// Send confidential requests in Forge.
library ConfRequest {
Expand Down

0 comments on commit 6e2b7b1

Please sign in to comment.