Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Feb 4, 2024
1 parent 9e7acbc commit 21d1a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eco/ORMPOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract ORMPOracle is Verifier {
/// @dev Only could be called by owner.
/// @notice Each channel has a corresponding oracle, and the message root should match with it.
/// @param chainId The source chain id.
/// @param blockNumber The source chain message accepted block number.
/// @param blockNumber The source chain block number.
/// @param messageRoot The source chain message root corresponding to the channel.
function importMessageRoot(uint256 chainId, uint256 blockNumber, bytes32 messageRoot) external onlyOwner {
rootOf[chainId][blockNumber] = messageRoot;
Expand Down

0 comments on commit 21d1a18

Please sign in to comment.