From 7da1c9cf69f785fb832f8d21b0e0d359b3bba55c Mon Sep 17 00:00:00 2001 From: Austin Krauss <34213201+Beige-Coffee@users.noreply.github.com> Date: Sun, 25 Aug 2024 18:06:51 -0400 Subject: [PATCH] Update fee_estimation.md update ConfirmationTarget table "mempool.space Category" and "Number of Blocks" recommendation for "AnchorChannelFee" --- docs/fee_estimation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fee_estimation.md b/docs/fee_estimation.md index 89595a3a..294efcff 100644 --- a/docs/fee_estimation.md +++ b/docs/fee_estimation.md @@ -50,7 +50,7 @@ A popular approach is to fetch feerate information from a third-party such as me | OnChainSweep | hour_fee | 6 | | MinAllowedAnchorChannelRemoteFee | minimum_fee | 1008 | | MinAllowedNonAnchorChannelRemoteFee | economy_fee | 144 | -| AnchorChannelFee | minimum_fee | 1008 | +| AnchorChannelFee | economy_fee | 144 | | NonAnchorChannelFee | economy_fee | 12 | | ChannelCloseMinimum | economy_fee | 144 | | OutputSpendingFee | economy_fee | 12 |