From 8baa875b5d954453600dbc54025273d3c50c61d2 Mon Sep 17 00:00:00 2001 From: Chanhyuck Ko Date: Mon, 9 Dec 2024 14:22:44 +0900 Subject: [PATCH] chore: missing configuration --- NineChronicles.Headless.Executable/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NineChronicles.Headless.Executable/Program.cs b/NineChronicles.Headless.Executable/Program.cs index 4eb2f01c6..bd500945c 100644 --- a/NineChronicles.Headless.Executable/Program.cs +++ b/NineChronicles.Headless.Executable/Program.cs @@ -410,6 +410,7 @@ public async Task Run( consensusSeedStrings: headlessConfig.ConsensusSeedStrings, consensusTargetBlockIntervalMilliseconds: headlessConfig.ConsensusTargetBlockIntervalMilliseconds, consensusProposeTimeoutBase: headlessConfig.ConsensusProposeTimeoutBase, + consensusEnterPreCommitDelay: headlessConfig.ConsensusEnterPreCommitDelay, maximumPollPeers: headlessConfig.MaximumPollPeers, actionEvaluatorConfiguration: actionEvaluatorConfiguration );