Add faqs on mempool size and memory usage

This commit is contained in:
hunicus
2023-03-16 09:54:12 -04:00
parent 41a6674fad
commit eefe343973
2 changed files with 26 additions and 0 deletions

View File

@@ -8859,6 +8859,20 @@ export const faqData = [
fragment: "what-is-full-mempool",
title: "What does it mean for the mempool to be \"full\"?",
},
{
type: "endpoint",
category: "advanced",
showConditions: bitcoinNetworks,
fragment: "how-big-is-mempool.space-mempool",
title: "How big is the mempool.space mempool?",
},
{
type: "endpoint",
category: "advanced",
showConditions: bitcoinNetworks,
fragment: "what-is-memory-usage",
title: "What is memory usage?",
},
{
type: "endpoint",
category: "advanced",