In OraclePassThrough.sol, valid is always true in read(). Since OracleRef uses valid to determine validity. There should be a invalid case. Otherwise, the validity check is meaningless.
OraclePassThrough.sol#L41
OracleRef.sol#L102
Define the invalid case.
