Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit bc20c0c

Browse files
committed
revert : unnecessary change
1 parent a6294a7 commit bc20c0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/contracts/src.sol/CMCCore.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ contract CMCCore is ReentrancyGuard, ICMCCore {
5252
bob = _bob;
5353
}
5454

55-
/// @notice A getter function for the alice of the multisig
56-
/// @return Alice's signer address
55+
/// @notice A getter function for the bob of the multisig
56+
/// @return Bob's signer address
5757
function getAlice()
5858
external
5959
view
@@ -66,7 +66,7 @@ contract CMCCore is ReentrancyGuard, ICMCCore {
6666
}
6767

6868
/// @notice A getter function for the bob of the multisig
69-
/// @return Bob's signer address
69+
/// @return Alice's signer address
7070
function getBob()
7171
external
7272
view

0 commit comments

Comments
 (0)