diff options
author | merge-script <fanquake@gmail.com> | 2024-07-31 17:25:22 +0100 |
---|---|---|
committer | merge-script <fanquake@gmail.com> | 2024-07-31 17:25:22 +0100 |
commit | 66e82dc90c598c9c42ff980693ef5367a845e1d0 (patch) | |
tree | 6bfafa5021cea6b2e30834921bcc162782dc04e8 /doc | |
parent | 9eb57d1ab6ea5ae642b6d6cc2e74c3046984230c (diff) | |
parent | 3cd24aadb25c1fbdca725c906e0fca79d090ebdd (diff) |
Merge bitcoin/bitcoin#30556: doc: multisig-tutorial: remove obsolete mention and link to closed PR
3cd24aadb25c1fbdca725c906e0fca79d090ebdd doc: remove obsolete mention and link to closed PR (Marnix)
Pull request description:
Remove the mention and link as the PR (https://github.com/bitcoin/bitcoin/pull/22341) is closed and the description is wrong/outdated anyway.
ACKs for top commit:
BrandonOdiwuor:
ACK 3cd24aadb25c1fbdca725c906e0fca79d090ebdd
tdb3:
ACK 3cd24aadb25c1fbdca725c906e0fca79d090ebdd
Tree-SHA512: 5cd97029337f0cdfe81b6be9401adc4fe51ae2868f8fcadcb03828531a38380a587c32840850a924b6428f62df7d20a1e16ef7414d4078e7bb2c4e359b1fae40
Diffstat (limited to 'doc')
-rw-r--r-- | doc/multisig-tutorial.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/multisig-tutorial.md b/doc/multisig-tutorial.md index 1d2b3244bc..f47dd08ad1 100644 --- a/doc/multisig-tutorial.md +++ b/doc/multisig-tutorial.md @@ -16,8 +16,6 @@ This tutorial also uses the default WPKH derivation path to get the xpubs and do At the time of writing, there is no way to extract a specific path from wallets in Bitcoin Core. For this, an external signer/xpub can be used. -[PR #22341](https://github.com/bitcoin/bitcoin/pull/22341), which is still under development, introduces a new wallet RPC `getxpub`. It takes a BIP32 path as an argument and returns the xpub, along with the master key fingerprint. - ## 1.1 Basic Multisig Workflow ### 1.1 Create the Descriptor Wallets |