Skip to content

Commit

Permalink
docs: moved this function back into VaultExtension because we needed …
Browse files Browse the repository at this point in the history
…the bytecode back
  • Loading branch information
EndymionJkb committed Dec 4, 2024
1 parent cfefa5c commit 0f26b55
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 0f26b55

Please sign in to comment.