mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
comment update: it's -> its
This commit is contained in:
parent
1ba4925755
commit
3ccbaa56f4
@ -472,7 +472,7 @@ void BitcoinGUI::setNumConnections(int count)
|
||||
|
||||
void BitcoinGUI::setNumBlocks(int count, int nTotalBlocks)
|
||||
{
|
||||
// don't show / hide progress bar and it's label if we have no connection to the network
|
||||
// don't show / hide progress bar and its label if we have no connection to the network
|
||||
if (!clientModel || clientModel->getNumConnections() == 0)
|
||||
{
|
||||
progressBarLabel->setVisible(false);
|
||||
|
Loading…
Reference in New Issue
Block a user