Add faq: why block fee ranges don't match tx fees

This commit is contained in:
hunicus
2022-11-13 22:38:36 -05:00
parent ddcd387848
commit 8bd3e14652
2 changed files with 13 additions and 0 deletions

View File

@@ -8660,6 +8660,13 @@ export const faqData = [
fragment: "why-block-timestamps-dont-always-increase",
title: "Why don't block timestamps always increase?",
},
{
type: "endpoint",
category: "advanced",
showConditions: bitcoinNetworks,
fragment: "why-dont-fee-ranges-match",
title: "Why doesn't the fee range shown for a block match the feerates of transactions within the block?",
},
{
type: "category",
category: "self-hosting",