This commit is contained in:
JulesCrown 2024-02-27 17:41:22 +01:00
parent 94c4ff05d4
commit 28844ce043
2 changed files with 7 additions and 2 deletions

View file

@ -22,7 +22,7 @@ contract Harb is ERC20, ERC20Permit {
/// @notice Address of the TwabController used to keep track of balances.
TwabController public immutable twabController;
/// @notice Address of the LiquidityManager that mints and burns supply
/// @notice Address of the LiquidityManager contract that mints and burns supply
address public immutable liquidityManager;
/* ============ Errors ============ */