diff --git a/ch06_transactions.adoc b/ch06_transactions.adoc index 6f5c478b..db25c8f3 100644 --- a/ch06_transactions.adoc +++ b/ch06_transactions.adoc @@ -1272,6 +1272,8 @@ valid if the transaction doesn't spend any witness programs). Legacy serialization does not include the marker, flag, and witness structure fields. +++++ +

In this chapter, we looked at each of the fields in a transaction and discovered how they communicate to full nodes the details about the bitcoins to be transferred between users. We only briefly looked at the @@ -1279,6 +1281,7 @@ output script, input script, and witness structure that allow specifying and satisfying conditions that restrict who can spend what bitcoins. Understanding how to construct and use these conditions is essential to ensuring that only Alice can spend her bitcoins, so they will be the -subject of the next chapter. +subject of the next chapter.

+++++ //TODO:text long section or full chapter about psbts