-
Notifications
You must be signed in to change notification settings - Fork 37.7k
doc: update multisig-tutorial.md to descriptor wallet by default #24519
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
Conversation
Concept ACK on removing |
4f0573c
to
5347c97
Compare
Right. In general there is IMO no reason to prefer unnamed to named syntax, or the other way around. Whatever is clearer. In this case, it's named. ACK 5347c97 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept and code-review ACK 5347c97
Slightly related, but certainly not high priority: there are also numerous createwallet
RPC calls with descriptors=True
in functional tests that where the explicit parameter could also be omitted on the long-term.
ACK 5347c97 Improved docs with no need to specify a descriptor wallet given it is default.
Not in scope for this PR but could be omitted in additional PRs now right? Doesn't need to be long term? |
Sure, it can be done immediately. I think this task makes a perfect candidate for a good first issue: #24550 |
@achow101 this seems RFM |
ACK 5347c97 |
Follow-up to #24281 and #24281 (comment). The default wallet type was changed to descriptor wallets in #23002.