Skip to content

Commit

Permalink
Merge pull request #121 from balancer/get-token-delta
Browse files Browse the repository at this point in the history
Update to match code
  • Loading branch information
mkflow27 authored Jul 4, 2024
2 parents 31a3ddf + 79591f5 commit 69e7848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/vault/transient-accounting.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ The majority of functions listed above either accrue debt (`_takeDebt`) or suppl

```solidity
/**
* @notice Retrieves the token delta for a specific user and token.
* @notice Retrieves the token delta for a specific token.
* @dev This function allows reading the value from the `_tokenDeltas` mapping.
* @param token The token for which the delta is being fetched
* @return The delta of the specified token for the specified user
* @return The delta of the specified token
*/
function getTokenDelta(IERC20 token) external view returns (int256);
```
Expand Down

0 comments on commit 69e7848

Please sign in to comment.