From deca1dea9c41f8f471927561348ad4bca0c80fd2 Mon Sep 17 00:00:00 2001 From: jasperjansz Date: Thu, 21 Jan 2021 12:39:16 +0100 Subject: [PATCH] Update integrate-stacking.md typo --- src/pages/understand-stacks/integrate-stacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/understand-stacks/integrate-stacking.md b/src/pages/understand-stacks/integrate-stacking.md index a0653eea..a4ed618d 100644 --- a/src/pages/understand-stacks/integrate-stacking.md +++ b/src/pages/understand-stacks/integrate-stacking.md @@ -331,7 +331,7 @@ Stacking delegation requires you to implement a different flow. Until the provid Below is a description of contract calls required to integrate delegation: -1. Account holders call the [`delegate-stx`](/references/stacking-contract#delegate-stx) method and provide the delegator address, the amount accessible to the delegator, the address rewards should be send to, and the burn height at which the delegation relationship should be terminated +1. Account holders call the [`delegate-stx`](/references/stacking-contract#delegate-stx) method and provide the delegator address, the amount accessible to the delegator, the address rewards should be sent to, and the burn height at which the delegation relationship should be terminated 2. For each delegation relationship that was created, the delegator calls the [`delegator-stack-stx`](/references/stacking-contract#delegate-stack-stx) method to lock up the STX token from the account holder. This method must be called until the delegator locked up enough STX tokens required to participate in Stacking 3. With pooling being completed and the minimum STX token threshold reached, the delegator calls the [`stack-aggregation-commit`](/references/stacking-contract#stack-aggregation-commit) to confirm participation in the next cycle(s)