From f5a1af79541b1f5d0fedbc831d837a88a0809c3f Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Mon, 7 Jul 2025 16:12:35 +0800 Subject: [PATCH] docs/fundamentals: fix format (#32154) --- docs/fundamentals/archive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/archive.md b/docs/fundamentals/archive.md index 3e5a8f7158..4224dc4bbc 100644 --- a/docs/fundamentals/archive.md +++ b/docs/fundamentals/archive.md @@ -1,7 +1,7 @@ --- title: Archive mode description: Running an Archive Node in Geth --- +--- Geth supports two types of archive nodes that allow querying historical Ethereum state: hash-based and path-based. This document outlines both approaches.