Commit 845c149c authored by inphi's avatar inphi

Add natspec to MIPS.oracle getter

parent a24e2e58
......@@ -60,6 +60,8 @@ contract MIPS {
ORACLE = _oracle;
}
/// @notice Getter for the pre-image oracle contract.
/// @return oracle_ The IPreimageOracle contract.
function oracle() external view returns (IPreimageOracle oracle_) {
oracle_ = ORACLE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment