From 55d10f8d8d1d113441c88ecc8f0739e6975a6ef2 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 30 Jun 2020 15:20:56 -1000 Subject: [PATCH] Update TODO.md --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index a65b8b8..30d739a 100644 --- a/TODO.md +++ b/TODO.md @@ -55,7 +55,9 @@ Add and document the following new concepts: * Write chapter 4.6 **6/23** 12. Add PSBT. Partially Signed Bitcoin Transactions are a powerful new interchange format that should be fully included in our discussions of multi-sigs and escrows (which instead fell back on older methodologies in v1.0). 13. Add Wallet Updates. - * Bitcoin Descriptors + * Bitcoin Descriptors **6/30** + * Show what a SegWit descriptor looks like + * Show what a multi-sig descriptor looks like * Key Ordering 14. Consider HWI. We need to investigate the Hardware Wallet Interface, which uses PSBTs with hardware wallets, and see if it's something we should include (and if our readers want us to).