Add block health faq

This commit is contained in:
hunicus
2023-01-31 00:27:06 -05:00
parent 0293ed2b41
commit 573fe3515a
3 changed files with 26 additions and 0 deletions

View File

@@ -8667,6 +8667,13 @@ export const faqData = [
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: "endpoint",
category: "advanced",
showConditions: bitcoinNetworks,
fragment: "what-is-block-health",
title: "What is block health?",
},
{
type: "category",
category: "self-hosting",