1
0
Fork 0
forked from lthn/blockchain

fixed bug with voting - again

This commit is contained in:
cryptozoidberg 2023-10-05 14:36:22 +02:00
parent 83e543bcec
commit 2e4c6df22c
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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;