Skip to content

Commit

Permalink
feat: update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 10, 2023
1 parent c6f2a67 commit 35f98cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract CircuitResolverModule is Module, ICircuitResolverModule {
IOracle.Response calldata _response,
IOracle.Dispute calldata _dispute
) external onlyOracle {
// TODO: Call `disputeStatus` to check the current status
// TODO: Call `disputeStatus` to check the current status instead of reading from `_correctResponses`
RequestParameters memory _params = decodeRequestData(_request.disputeModuleData);

bytes memory _correctResponse = _correctResponses[_dispute.requestId];
Expand Down

0 comments on commit 35f98cc

Please sign in to comment.