1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited ch09_fees.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-28 18:46:03 +00:00
parent 9c0881dbe0
commit 804c305416

View File

@ -391,7 +391,7 @@ they're attempting to mine, up to the maximum size (weight) allowed to
be included in a block. To find even more packages that might be be included in a block. To find even more packages that might be
profitable to mine, the miner can evaluate packages across multiple profitable to mine, the miner can evaluate packages across multiple
generations (e.g., an unconfirmed parent transaction being combined with generations (e.g., an unconfirmed parent transaction being combined with
both its child and grandchild). This is ((("ancestor fee rate mining")))called _ancestor fee rate both its child and grandchild). This is ((("ancestor fee rate mining")))((("CPFP (child pays for parent) fee bumping", "ancestor fee rate mining")))called _ancestor fee rate
mining_. mining_.
Bitcoin Core has implemented ancestor fee rate mining for many years, Bitcoin Core has implemented ancestor fee rate mining for many years,