mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-21 23:58:09 +00:00
Update ch09_fees.adoc
The text "none of its descendants can be included in the same blockchain" is misleading. Because it actually can't be included in any blockchain. I think it should be "all of its descendants will be invalid", because now the txid that descendants are using is invalid and can't be used in any blockchain.
This commit is contained in:
parent
456adec1ee
commit
524458d3fd
@ -474,7 +474,7 @@ transaction relationships. Whenever the output of a transaction is
|
||||
spent, that transaction's identifier (txid) is referenced by the child
|
||||
transaction. However, when a transaction is replaced, the replacement
|
||||
has a different txid. If that replacement transaction gets confirmed,
|
||||
none of its descendants can be included in the same blockchain. It's
|
||||
all of its descendants will be invalid. It's
|
||||
possible to re-create and re-sign the descendant transactions, but that's
|
||||
not guaranteed to happen. This has related but divergent implications
|
||||
for RBF and CPFP:
|
||||
|
Loading…
Reference in New Issue
Block a user