Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libraries/StateLibrary.sol
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ library StateLibrary {
}

/**
* @notice Retrieves total the liquidity of a pool.
* @notice Retrieves the active (in-range) liquidity of the pool at the current tick.
* @dev Corresponds to pools[poolId].liquidity
* @param manager The pool manager contract.
* @param poolId The ID of the pool.
Expand Down