Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitomir2 committed Jul 16, 2024
1 parent 75dfcac commit b9b4a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/RewardWallet/RewardWallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {System} from "./../common/System/System.sol";
* @dev It will be fulfilled with enough funds in order to be able to always have enough liqudity.
*/
contract RewardWallet is IRewardWallet, System, Initializable {
/// @notice The mapping of the managers with a boolean to flag if it is active manager or not
/// @notice The mapping of the managers
mapping(address => bool) public rewardManagers;

// _______________ Initializer _______________
Expand Down

0 comments on commit b9b4a41

Please sign in to comment.