mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-20 20:49:50 +01:00
Change GetBlocksDir() to ArgsManager.GetBlocksDirPath().
This commit is contained in:
@@ -216,7 +216,7 @@ QString ClientModel::dataDir() const
|
||||
|
||||
QString ClientModel::blocksDir() const
|
||||
{
|
||||
return GUIUtil::boostPathToQString(GetBlocksDir());
|
||||
return GUIUtil::boostPathToQString(gArgs.GetBlocksDirPath());
|
||||
}
|
||||
|
||||
void ClientModel::updateBanlist()
|
||||
|
||||
Reference in New Issue
Block a user