From e458e803cd62c6487f4df11dac9929f4038dab02 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Sat, 4 Feb 2023 12:30:44 -1000 Subject: [PATCH] CH02::tx chain: remove repetitive summary paragraph --- ch02.asciidoc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ch02.asciidoc b/ch02.asciidoc index 7f99423e..627095b7 100644 --- a/ch02.asciidoc +++ b/ch02.asciidoc @@ -294,16 +294,6 @@ always have only big bills. People subconsciously find a balance between these two extremes, and bitcoin wallet developers strive to program this balance. -((("transactions", "defined")))((("outputs and inputs", -"defined")))((("inputs", see="outputs and inputs")))In summary, -_transactions_ move value from _transaction inputs_ to _transaction -outputs_. An input is a reference to a previous transaction's output, -showing where the value is coming from. A transaction output directs a -specific value to a new owner's Bitcoin address and can include a change -output back to the original owner. Outputs from one transaction can be -used as inputs in a new transaction, thus creating a chain of ownership -as the value is moved from owner to owner (see <>). - ==== Common Transaction Forms The most common form of transaction is a simple payment from one address