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

Commit

Permalink
revert : unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekidd committed May 17, 2021
1 parent d47c1a4 commit bdf188a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/contracts/src.sol/CMCCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ contract CMCCore is ReentrancyGuard, ICMCCore {
bob = _bob;
}

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

/// @notice A getter function for the bob of the multisig
/// @return Bob's signer address
/// @return Alice's signer address
function getBob()
external
view
Expand Down

0 comments on commit bdf188a

Please sign in to comment.