Skip to content

Commit

Permalink
Fix: command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedRadone committed Mar 21, 2024
1 parent 5d22492 commit f98c4eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Cl, ClarityType, isClarityType } from "@stacks/transactions";

/**
* The `DelegateStackStxCommand` locks STX for stacking within PoX-4 on behalf of a delegator.
* This self-service operation allows the `operator` to stack the `stacker`'s STX.
* This operation allows the `operator` to stack the `stacker`'s STX.
*
* Constraints for running this command include:
* - A minimum threshold of uSTX must be met, determined by the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { expect } from "vitest";
import { boolCV, Cl } from "@stacks/transactions";

/**
* The `DelegateStxCommand` delegates STX for stacking within PoX-4. This self-service
* operation allows the `tx-sender` (the `wallet` in this case) to delegate stacking
* participation to a `delegatee`.
* The `DelegateStxCommand` delegates STX for stacking within PoX-4. This operation
* allows the `tx-sender` (the `wallet` in this case) to delegate stacking participation
* to a `delegatee`.
*
* Constraints for running this command include:
* - The Stacker cannot currently be a delegator in another delegation.
Expand Down

0 comments on commit f98c4eb

Please sign in to comment.