Skip to content

Commit

Permalink
clientmodel patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsta committed Jul 28, 2014
1 parent 5efc645 commit c43244a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/clientmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ int ClientModel::getNumBlocksOfPeers() const
return GetNumBlocksOfPeers();
}

bool ClientModel::isTorOnly() const
/*bool ClientModel::isTorOnly() const
{
return IsTorOnly();
}
}*/

QString ClientModel::getStatusBarWarnings() const
{
Expand Down

0 comments on commit c43244a

Please sign in to comment.