From 93bf265d2f74b083684be900b41824f60913fc4c Mon Sep 17 00:00:00 2001 From: Peter Rabbitson Date: Tue, 1 Oct 2024 12:45:20 +0200 Subject: [PATCH] chore: docs: Update CHANGELOG.md Fix incorrect F3 envvar --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd89ab0e3a..44b25cfd528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -317,7 +317,7 @@ We are one step closer to reduce Filecoin's finality from 7.5 hours to a minute F3 (Fast Finality) is experimental in this release. All the new F3 APIs are unstable and subject to until nv24 release (assuming f3 will be fully activated in this upgrade). -Exchanges and RPC providers are recommended to opt-out of F3 functionality for now. You can disable F3 by adding the `DISABLE_F3 = 1` environment variable, which will output a log saying that F3 has been disabled. +Exchanges and RPC providers are recommended to opt-out of F3 functionality for now. You can disable F3 by adding the `LOTUS_DISABLE_F3 = 1` environment variable, which will output a log saying that F3 has been disabled. ## Dependencies