Skip to content

Commit

Permalink
feat: update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlasoin committed Nov 26, 2024
1 parent e7002fb commit 24df1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pi.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ contract Pi is OVMClient {
function setResponse(
bytes32 requestId,
bytes calldata data
) external override recordResponse(requestId) onlyOVMTask {
) external override recordResponse(requestId) onlyOVMGateway {
// parse and save the data fulfilled by the OVMTasks contract
(bool success, string memory strPI) = _parseData(data);
if (success) {
Expand Down

0 comments on commit 24df1fa

Please sign in to comment.