Update UI block status (#1510)
This commit is contained in:
parent
e377b940cf
commit
d47c54ec49
1 changed files with 2 additions and 2 deletions
|
@ -906,10 +906,10 @@ std::string rai_qt::status::text ()
|
|||
break;
|
||||
}
|
||||
|
||||
result += ", Block: ";
|
||||
result += ", Blocks: ";
|
||||
if (unchecked != 0 && wallet.node.bootstrap_initiator.in_progress ())
|
||||
{
|
||||
count_string += " (" + std::to_string (unchecked) + ")";
|
||||
count_string += ", Queued: " + std::to_string (unchecked);
|
||||
}
|
||||
result += count_string.c_str ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue