Update TODO.md

This commit is contained in:
Shannon Appelcline 2026-03-12 15:24:39 -10:00 committed by GitHub
parent ba558162d2
commit c02a2cbbec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
TODO.md
View File

@ -2,7 +2,16 @@
The following TODO items are intended for a 3.0 version of Learning Bitcoin from the Command Line
## Immediate TODO (for 3/12): Multisigs
## Immediate TODO (for 3/26): Multisigs & Descriptors
1. Research new Multisig functions: enumeratesigners and displayaddress.
2. Talk about creating different sorts of multisig addresses in §6.1
3. New §6.2: creating descriptor multisig wallets?
4. Consider whether to expand descriptor discussion in an earlier section for how to manipulate them
* Might need to break chapter 3 in two and make a new section on "Creating Descriptor Addresses" or something
5. Move §6.2 on spending to §6.3 and bring it up to date.
6. Consider current §6.3 given most functions have been removed. Anything to save? Anything with new functions? If so, §6.4
* See: https://github.com/bitcoin/bitcoin/issues/30175
## Longer-Term TODO (Small Tasks)