From 83aa9758ccf273045de2d0c0d83bf328342f58e0 Mon Sep 17 00:00:00 2001 From: claylock Date: Fri, 3 Nov 2023 11:45:45 +0000 Subject: [PATCH] Edited ch06_transactions.adoc with Atlas code editor --- ch06_transactions.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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