From fadb8b2b2b63a8166b70ef5037892743d26b4a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Roy?= Date: Fri, 5 Nov 2021 06:35:52 +0000 Subject: [PATCH] Add minimum supported version for checkpoint sync in book (#2779) ## Issue Addressed No specific issue. Just some improvement in the documentation provided by the book. ## Proposed Changes Add minimum supported version for checkpoint sync in book to make sure users who want to use this feature know they need to be using at least version 2.0.0. --- book/src/checkpoint-sync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/checkpoint-sync.md b/book/src/checkpoint-sync.md index 4bdddbc7d..919c9a54e 100644 --- a/book/src/checkpoint-sync.md +++ b/book/src/checkpoint-sync.md @@ -1,7 +1,7 @@ # Checkpoint Sync -Lighthouse supports syncing from a recent finalized checkpoint. This is substantially faster -than syncing from genesis, while still providing all the same features. +Since version 2.0.0 Lighthouse supports syncing from a recent finalized checkpoint. This is +substantially faster than syncing from genesis, while still providing all the same features. If you would like to quickly get started with checkpoint sync, read the sections below on: