diff --git a/TODO.md b/TODO.md index bda22dd..a1c1817 100644 --- a/TODO.md +++ b/TODO.md @@ -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)