Add faq: why timestamps don't always increase

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

View File

@@ -8653,6 +8653,13 @@ export const faqData = [
fragment: "why-empty-blocks",
title: "Why are there empty blocks?",
},
{
type: "endpoint",
category: "advanced",
showConditions: bitcoinNetworks,
fragment: "why-block-timestamps-dont-always-increase",
title: "Why don't block timestamps always increase?",
},
{
type: "category",
category: "self-hosting",