From 2171b31dcea01a434ce9302902fcd1f48fe8a724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wo=CC=81jcik?= <3044353+pwojcikdev@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:01:46 +0100 Subject: [PATCH] Always publish election winner block --- nano/node/election.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/nano/node/election.cpp b/nano/node/election.cpp index 0f82b19b84..3664166c51 100644 --- a/nano/node/election.cpp +++ b/nano/node/election.cpp @@ -259,6 +259,7 @@ bool nano::election::transition_time (nano::confirmation_solicitor & solicitor_a break; case nano::election::state_t::confirmed: result = true; // Return true to indicate this election should be cleaned up + broadcast_block (solicitor_a); // Ensure election winner is broadcasted state_change (nano::election::state_t::confirmed, nano::election::state_t::expired_confirmed); break; case nano::election::state_t::expired_unconfirmed: