From 2e4c6df22c79847127dbaeffdff8c130eb86d4f0 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 5 Oct 2023 14:36:22 +0200 Subject: [PATCH] fixed bug with voting - again --- src/wallet/wallet2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index eb2147bd..1275b88b 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -3638,6 +3638,7 @@ std::string wallet2::get_extra_text_for_block(uint64_t new_block_expected_height entries_voted++; } } + extra_text += "}"; if (!entries_voted) extra_text = ""; return extra_text;