Commit 08895000 authored by clabby's avatar clabby

Update packages/contracts-bedrock/src/cannon/interfaces/IPreimageOracle.sol

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent 8b9655cf
......@@ -13,7 +13,7 @@ interface IPreimageOracle {
/// @notice Loads of local data part into the preimage oracle.
/// @param _ident The identifier of the local data.
/// @param _localContext The local key context for the preimage oracle. Optional, can be set as a constant
/// @param _localContext The local key context for the preimage oracle. Optionally, can be set as a constant
/// if the caller only requires one set of local keys.
/// @param _word The local data word.
/// @param _size The number of bytes in `_word` to load.
......
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