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,8 +13,8 @@ interface IPreimageOracle { ...@@ -13,8 +13,8 @@ interface IPreimageOracle {
/// @notice Loads of local data part into the preimage oracle. /// @notice Loads of local data part into the preimage oracle.
/// @param _ident The identifier of the local data. /// @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. /// if the caller only requires one set of local keys.
/// @param _word The local data word. /// @param _word The local data word.
/// @param _size The number of bytes in `_word` to load. /// @param _size The number of bytes in `_word` to load.
/// @param _partOffset The offset of the local data part to write to the oracle. /// @param _partOffset The offset of the local data part to write to the 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