From 8517a14795346577cb63bdc61e3b26c60b9c8a6a Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 12 Apr 2022 18:51:32 +0100 Subject: [PATCH] some more... --- solidity/core/contracts/test/TestOutbox.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solidity/core/contracts/test/TestOutbox.sol b/solidity/core/contracts/test/TestOutbox.sol index 298605a95..be4bd28e7 100644 --- a/solidity/core/contracts/test/TestOutbox.sol +++ b/solidity/core/contracts/test/TestOutbox.sol @@ -16,8 +16,8 @@ contract TestOutbox is Outbox { } /** - * @notice Set the ValidatorManager - * @param _validatorManager Address of the ValidatorManager + * @notice Set the validator manager + * @param _validatorManager Address of the validator manager */ function testSetValidatorManager(address _validatorManager) external { validatorManager = _validatorManager;