From 804c30541618c8d66ef5e9bbeed811fe83e56b91 Mon Sep 17 00:00:00 2001 From: clenser Date: Sat, 28 Oct 2023 18:46:03 +0000 Subject: [PATCH] Edited ch09_fees.adoc with Atlas code editor --- ch09_fees.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch09_fees.adoc b/ch09_fees.adoc index a4524984..5195c1c9 100644 --- a/ch09_fees.adoc +++ b/ch09_fees.adoc @@ -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 profitable to mine, the miner can evaluate packages across multiple 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_. Bitcoin Core has implemented ancestor fee rate mining for many years,