Skip to content

Commit

Permalink
fix #104 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 authored Jan 22, 2024
1 parent 7208d80 commit 8f45197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eco/OracleV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract OracleV2 is Verifier {
event Assigned(bytes32 indexed msgHash, uint256 fee);
event SetFee(uint256 indexed chainId, uint256 fee);
event SetApproved(address operator, bool approve);
event ImportedMessageRoot(uint256 indexed chainId, uint256 indexed blockNumber, bytes32 messageRoot);
event ImportedMessageRoot(uint256 indexed chainId, uint256 indexed blockHeight, bytes32 messageRoot);

address public immutable PROTOCOL;

Expand Down

0 comments on commit 8f45197

Please sign in to comment.