Add "Blocksdir" to Debug window

To get the current blocksdir is valuable for debug purposes after
merging #12653.
This commit is contained in:
Hennadii Stepanov
2018-10-02 23:12:17 +03:00
parent 4b4e9486af
commit 3045704502
4 changed files with 51 additions and 18 deletions

View File

@@ -177,6 +177,11 @@ QString ClientModel::dataDir() const
return GUIUtil::boostPathToQString(GetDataDir());
}
QString ClientModel::blocksDir() const
{
return GUIUtil::boostPathToQString(GetBlocksDir());
}
void ClientModel::updateBanlist()
{
banTableModel->refresh();