From 9422f18ac2e725b0fd5a549f84ca5831a48ae138 Mon Sep 17 00:00:00 2001 From: michelle-aptos <120680608+michelle-aptos@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:54:42 +0200 Subject: [PATCH] Update delegation-pool-operations.md (#10171) remove deprecated function --- .../validator-node/operator/delegation-pool-operations.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/developer-docs-site/docs/nodes/validator-node/operator/delegation-pool-operations.md b/developer-docs-site/docs/nodes/validator-node/operator/delegation-pool-operations.md index d1a2580df57fd..e2bd98ea1a6a7 100644 --- a/developer-docs-site/docs/nodes/validator-node/operator/delegation-pool-operations.md +++ b/developer-docs-site/docs/nodes/validator-node/operator/delegation-pool-operations.md @@ -93,6 +93,7 @@ This section describes the available operations that can be performed on this re --args address: u64: ``` + ## Perform pool owner operations Delegation pool owners have access to specific methods designed for modifying the `operator` and `voter` roles of the delegation pool. Use the following Aptos CLI commands and include the relevant addresses: @@ -105,13 +106,6 @@ Delegation pool owners have access to specific methods designed for modifying th --args address: ``` -* Set the delegated voter address for the delegation pool: - - ```bash - aptos move run --profile delegation_pool_owner \ - --function-id 0x1::delegation_pool::set_delegated_voter \ - --args address: - ``` ## Check delegation pool information