Skip to content

Commit

Permalink
Merge pull request #188 from balancer:moved-get-auth
Browse files Browse the repository at this point in the history
Moved this function back into VaultExtension
  • Loading branch information
mkflow27 authored Dec 5, 2024
2 parents cfefa5c + 0f26b55 commit 9570536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-reference/contracts/vault-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ This `VaultAdmin` function returns the amount of underlying and wrapped tokens d
```solidity
function getAuthorizer() external view returns (IAuthorizer);
```
This `Vault` function returns the Vault's Authorizer. It is in the main Vault for performance reasons.
This `VaultExtension` function returns the Vault's Authorizer.

**Returns:**

Expand Down

0 comments on commit 9570536

Please sign in to comment.