From cdd7cde0d11edeb3eeda0d287bcf53d8c2e02d04 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 12 Apr 2022 18:50:20 +0100 Subject: [PATCH] more moving away from ValidatorManager --- solidity/core/contracts/Inbox.sol | 2 +- solidity/core/contracts/Outbox.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solidity/core/contracts/Inbox.sol b/solidity/core/contracts/Inbox.sol index 54e03e1d4..ec2460b41 100644 --- a/solidity/core/contracts/Inbox.sol +++ b/solidity/core/contracts/Inbox.sol @@ -82,7 +82,7 @@ contract Inbox is IInbox, Version0, Common { /** * @notice Checkpoints the provided root and index. - * @dev Called by the ValidatorManager, which is responsible for verifying a + * @dev Called by the validator manager, which is responsible for verifying a * quorum of validator signatures on the checkpoint. * @dev Reverts if checkpoints's index is not greater than our latest index. * @param _root Checkpoint's merkle root. diff --git a/solidity/core/contracts/Outbox.sol b/solidity/core/contracts/Outbox.sol index 62a102565..b872ef012 100644 --- a/solidity/core/contracts/Outbox.sol +++ b/solidity/core/contracts/Outbox.sol @@ -159,7 +159,7 @@ contract Outbox is IOutbox, Version0, MerkleTreeManager, Common { /** * @notice Set contract state to FAILED. - * @dev Called by the ValidatorManager when fraud is proven. + * @dev Called by the validator manager when fraud is proven. */ function fail() external override onlyValidatorManager { // set contract to FAILED