first cut of PSBT chapters

This commit is contained in:
Shannon Appelcline 2020-07-02 11:02:54 -10:00 committed by GitHub
parent 578640295a
commit 5ae82e2a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,9 @@ _This tutorial assumes that you have some minimal background of how to use the c
* [6.3: Sending & Spending an Automated Multisig](06_3_Sending_an_Automated_Multisig.md) * [6.3: Sending & Spending an Automated Multisig](06_3_Sending_an_Automated_Multisig.md)
* [6.4: Sending a Transaction with a Locktime](06_4_Sending_a_Transaction_with_a_Locktime.md) * [6.4: Sending a Transaction with a Locktime](06_4_Sending_a_Transaction_with_a_Locktime.md)
* [6.5: Sending a Transaction with Data](06_5_Sending_a_Transaction_with_Data.md) * [6.5: Sending a Transaction with Data](06_5_Sending_a_Transaction_with_Data.md)
* [6.6: Creating a PSBT](06_6_Creating_a_PSBT.md)
* [6.7: Using a PSBT](06_7_Using_a-PSBT.md)
## PART THREE: BITCOIN SCRIPTING ## PART THREE: BITCOIN SCRIPTING
**Status:** Requires editing; requires check that it works in 0.20; requires concepts brought up to 0.20. **Status:** Requires editing; requires check that it works in 0.20; requires concepts brought up to 0.20.