mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Add "Blocksdir" to Debug window
To get the current blocksdir is valuable for debug purposes after merging #12653.
This commit is contained in:
parent
4b4e9486af
commit
3045704502
4 changed files with 51 additions and 18 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue