mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-24 15:38:08 +00:00
Edited ch09_fees.adoc with Atlas code editor
This commit is contained in:
parent
69d139d501
commit
b153d413ac
@ -412,7 +412,7 @@ which is addressed by ((("transaction fees", "fee bumping", "CPFP (child pays fo
|
|||||||
|
|
||||||
=== Package Relay
|
=== Package Relay
|
||||||
|
|
||||||
Early versions of Bitcoin Core didn't place any limits on the number of
|
Early versions((("transaction fees", "package relay", id="transaction-fee-package-relay")))((("package relay", id="package-relay"))) of Bitcoin Core didn't place any limits on the number of
|
||||||
unconfirmed transactions they stored for later relay and mining in their
|
unconfirmed transactions they stored for later relay and mining in their
|
||||||
mempools (see <<mempool>>). Of course, computers have physical limits, whether
|
mempools (see <<mempool>>). Of course, computers have physical limits, whether
|
||||||
it's the memory (RAM) or disk space--it's not possible for a full node
|
it's the memory (RAM) or disk space--it's not possible for a full node
|
||||||
@ -445,7 +445,7 @@ making it effectively impossible to estimate an appropriate fee rate.
|
|||||||
If a presigned transaction pays a fee rate below the amount necessary to
|
If a presigned transaction pays a fee rate below the amount necessary to
|
||||||
get into a node's mempool, there's no way to fee bump it with a child.
|
get into a node's mempool, there's no way to fee bump it with a child.
|
||||||
If that prevents the transaction from confirming in time, an honest user
|
If that prevents the transaction from confirming in time, an honest user
|
||||||
might lose money. Package relay is the solution for this critical
|
might lose money. Package relay is the solution for this ((("transaction fees", "package relay", startref="transaction-fee-package-relay")))((("package relay", startref="package-relay")))critical
|
||||||
problem.
|
problem.
|
||||||
|
|
||||||
[[transaction_pinning]]
|
[[transaction_pinning]]
|
||||||
|
Loading…
Reference in New Issue
Block a user