forked from lthn/blockchain
fixed bug with voting - again
This commit is contained in:
parent
83e543bcec
commit
2e4c6df22c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue