Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to reflect segwit support in Stacks 2.1 #5480

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stackslib/src/chainstate/stacks/boot/docs.rs
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have fix it, now the sentence syntax is correct in English. Thanks

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is the self-service interface. tx-sender will be the Stacker.
* You will need the minimum uSTX threshold. This isn't determined until the reward cycle begins, but this
method still requires stacking over the _absolute minimum_ amount, which can be obtained by calling `get-stacking-minimum`.
* The pox-addr argument must represent a valid reward address. Right now, this must be a Bitcoin
p2pkh or p2sh address. It cannot be a native Segwit address, but it may be a p2wpkh-p2sh or p2wsh-p2sh address.
p2pkh or p2sh address. // As of Stacks 2.1, native Segwit addresses are supported. However, the address may still be a p2wpkh-p2sh or p2wsh-p2sh type.

The tokens will unlock and be returned to the Stacker (tx-sender) automatically."),
("revoke-delegate-stx", "Revoke a Stacking delegate relationship. A particular Stacker may only have one delegate,
Expand Down