From 68572a62856d219d15eb38327ac1a204685de371 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:29:22 +0100 Subject: [PATCH] fix --- core-chain/mainnet/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-chain/mainnet/config.toml b/core-chain/mainnet/config.toml index e60137bb..5a384b37 100644 --- a/core-chain/mainnet/config.toml +++ b/core-chain/mainnet/config.toml @@ -3,7 +3,7 @@ NetworkId = 1116 NoPruning = false NoPrefetch = false LightPeers = 100 -UltraLightFraction = 75 +#UltraLightFraction = 75 TrieTimeout = 100000000000 EnablePreimageRecording = false EWASMInterpreter = "" @@ -14,7 +14,7 @@ GasFloor = 30000000 GasCeil = 40000000 GasPrice = 30000000000 Recommit = 10000000000 -Noverify = false +#Noverify = false [Eth.TxPool] Locals = []