The __LLMOracleManager_init
function in the LLMOracleManager
contract has a parameter naming issue that may cause confusion regarding its intended usage. The parameter _difficulty
is misleadingly named, as it is being used as the second argument in the setFees
function, which expects the generationFee
.
Here, _difficulty
is intended to be the generationFee
when calling the setFees
function. This parameter naming can lead to confusion, as developers might mistakenly believe that it represents a difficulty setting rather than a fee.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.