DeFiFoundry
60,000 USDC
View results
Submission Details
Severity: low
Invalid

Dispecrency between docs and code

Description

There is a discrepency between the documentation and the code in the SettlementConfiguration contract . The DataStreamsStrategytype is missing arguments from the documentation.

Code Snippet

/// @notice Data structure used by CL Data Streams powered orders.
/// @param chainlinkVerifier The Chainlink Verifier contract address.
/// @param streamId The Chainlink Data Streams stream id.
/// @param feedLabel The Chainlink Data Streams feed label.
/// @param queryLabel The Chainlink Data Streams query label.
struct DataStreamsStrategy {
IVerifierProxy chainlinkVerifier;
bytes32 streamId;
}

Recommendations

Add the missing arguments or update the documentation according to the need.

Updates

Lead Judging Commences

inallhonesty Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.