From 5ac536d0fb613b27a29a92f13817a223f75bc1b5 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 20 Jan 2021 21:26:10 -0800 Subject: [PATCH] Minor doc clarification --- docs/src/integrations/exchange.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/src/integrations/exchange.md b/docs/src/integrations/exchange.md index c4c481218b..bbb84feb32 100644 --- a/docs/src/integrations/exchange.md +++ b/docs/src/integrations/exchange.md @@ -107,9 +107,11 @@ possible to boot the node all the way from the genesis block. Instead boot from a snapshot first and then add the `--no-snapshot-fetch` parameter for reboots. It is important to note that the amount of historical ledger available to your -nodes is limited to what your trusted validators retain. You will need to ensure -your nodes do not experience downtimes longer than this span, if ledger -continuity is crucial for you. +nodes from the rest of the network is limited at any point in time. Once +operational if your validators experience significant downtime they may not be +able to catch up to the network and will need to download a new snapshot from a +trusted validator. In doing so your validators will now have a gap in its +historical ledger data that cannot be filled. ### Minimizing Validator Port Exposure