Skip to content

Commit

Permalink
Merge pull request #170 from balancer/recovery-mode
Browse files Browse the repository at this point in the history
Add note about permissionless recovery mode
  • Loading branch information
mkflow27 authored Nov 27, 2024
2 parents cd0dbf5 + 626bc3d commit b598368
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 @@ -1093,7 +1093,7 @@ This `VaultExtension` function removes liquidity from a pool specifying exact po
```solidity
function enableRecoveryMode(address pool) external;
```
This `VaultAdmin` function enables recovery mode for a pool. This is a permissioned function.
This `VaultAdmin` function enables recovery mode for a pool. This is a permissioned function, but becomes permissionless if the Vault or pool is paused.

**Parameters:**

Expand Down

0 comments on commit b598368

Please sign in to comment.