From 12e82df57c99b548ed1729d1e2946357b014c3ef Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 15:57:14 +0000 Subject: [PATCH] Edited ch09_fees.adoc with Atlas code editor --- ch09_fees.adoc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ch09_fees.adoc b/ch09_fees.adoc index 6bc113fd..af50dd5e 100644 --- a/ch09_fees.adoc +++ b/ch09_fees.adoc @@ -27,6 +27,38 @@ that block gets to choose which transactions to include. Miners may select transactions by any criteria they want, including refusing to include any transactions at all. +++++ +
+

When we say "transactions" in this chapter, we refer to every +transaction in a block except for the first transaction. The first +transaction in a block is a coinbase transaction, described in +#coinbase_transactions, which allows the miner of the block to +collect their reward for producing the block. Unlike other +transactions, a coinbase transaction doesn't spend the output of a +previous transaction and is also an exception to several other rules +that apply to other transactions. Coinbase transactions don't pay +transaction fees, don't need to be fee bumped, aren't subject to +transaction pinning, and are largely uninteresting to the following +discussion about fees--so we're going to ignore them in this [.keep-together]#chapter. +

+
+++++ + +[NOTE] +==== +When we((("transactions", "coinbase")))((("coinbase transactions"))) say "transactions" in this chapter, we refer to every +transaction in a block except for the first transaction. The first +transaction in a block is a _coinbase transaction_, described in +<>, which allows the miner of the block to +collect their reward for producing the block. Unlike other +transactions, a coinbase transaction doesn't spend the output of a +previous transaction and is also an exception to several other rules +that apply to other transactions. Coinbase transactions don't pay +transaction fees, don't need to be fee bumped, aren't subject to +transaction pinning, and are largely uninteresting to the following +discussion about fees--so we're going to ignore them in this [.keep-together]#chapter.# +==== + [NOTE] ==== When we((("transactions", "coinbase")))((("coinbase transactions"))) say "transactions" in this chapter, we refer to every