mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 17:24:58 +02: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