From aa951daf7df913315b34aaee449155b3aa708fb4 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Mon, 18 Nov 2024 13:16:42 +0700 Subject: [PATCH] save --- params/network_params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/network_params.go b/params/network_params.go index 2686be67cec..3dd8ed53744 100644 --- a/params/network_params.go +++ b/params/network_params.go @@ -60,5 +60,5 @@ const ( // considered immutable (i.e. soft finality). It is used by the downloader as a // hard limit against deep ancestors, by the blockchain against deep reorgs, by // the freezer as the cutoff threshold and by clique as the snapshot trust limit. - FullImmutabilityThreshold = 100_000 + FullImmutabilityThreshold = 10_000 )