From 4b9753eef142a1df99b815c789f353c66a942943 Mon Sep 17 00:00:00 2001 From: michelle-aptos <120680608+michelle-aptos@users.noreply.github.com> Date: Mon, 29 May 2023 23:43:38 -0400 Subject: [PATCH] Update delegation-pool-operations.md (#8193) * Update delegation-pool-operations.md updated details on operator commission behavior * Require permission check before running determine-docker-build-metadata --------- Co-authored-by: Stelian Ionescu --- .../nodes/validator-node/operator/delegation-pool-operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 78f5a71adea50e..7ba54b3ad65a95 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 @@ -11,7 +11,7 @@ Validator operators should follow these instructions to carry out delegation poo Once the delegation pool attains 1 million APT, the pool's owner who initiates the delegation pool should set an operator for the pool via the `set_operator` function described in the [Perform pool owner operations](#perform-pool-owner-operations) section. The operator should then start their own Aptos node, as it is a best practice to have a different account for owner and operator. The operator should now [join in the active set of validators](./staking-pool-operations.md#joining-validator-set). -The operator address will receive the pool commission that was set at the initialization of the delegation pool and will act as a normal Delegation Pool account that is able to do all of the operations described in [Perform delegation pool operations](#perform-delegation-pool-operations). +The operator address will receive the pool commission that was set at the initialization of the delegation pool, which is automatically distributed as stake in the delegation pool at the end of each epoch. The operator will act as a normal Delegation Pool account that is able to do all of the operations described in [Perform delegation pool operations](#perform-delegation-pool-operations). ## Prerequisites