mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
Add "Blocksdir" to Debug window
To get the current blocksdir is valuable for debug purposes after merging #12653.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user