Nexus.sol: 137
The function `executeFromExecutor` is missing the return statement which will result in the function not compliling. if a function specifies a return type, it must include a return statement that returns the appropriate type. Without this, the function will not compile. Although it is stated in the comments that it will include errors in "try mode". Solidity will not compile this regardless.
The function will not compile because the return type bytes[] memory
is specified but not returned.
returning the returnData
is intended but not returned. Compilation Error.
Return the intended return statement.
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.