From 1b9a8369d33dfad2403b247492011be96f59ffe0 Mon Sep 17 00:00:00 2001 From: Pelumi Idowu Date: Tue, 19 Nov 2024 04:08:03 -0800 Subject: [PATCH 1/2] *''Update docs to reflect segwit support in Stacks 2.1. ''* --- stackslib/src/chainstate/stacks/boot/docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackslib/src/chainstate/stacks/boot/docs.rs b/stackslib/src/chainstate/stacks/boot/docs.rs index 28066abc71..b3854f2427 100644 --- a/stackslib/src/chainstate/stacks/boot/docs.rs +++ b/stackslib/src/chainstate/stacks/boot/docs.rs @@ -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. // Native Segwit addresses are now supported as of Stacks 2.1. but it may be a p2wpkh-p2sh or p2wsh-p2sh address. 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, From 8a65effe9a6b14e79af92958b532d383c45c10af Mon Sep 17 00:00:00 2001 From: Pelumi Idowu Date: Tue, 19 Nov 2024 13:13:28 -0800 Subject: [PATCH 2/2] Update docs.rs --- stackslib/src/chainstate/stacks/boot/docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackslib/src/chainstate/stacks/boot/docs.rs b/stackslib/src/chainstate/stacks/boot/docs.rs index b3854f2427..ad279988d9 100644 --- a/stackslib/src/chainstate/stacks/boot/docs.rs +++ b/stackslib/src/chainstate/stacks/boot/docs.rs @@ -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. // Native Segwit addresses are now supported as of Stacks 2.1. 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,