Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update sidechainpage.cpp : SidechainPage::CheckConfiguration
Browse files Browse the repository at this point in the history
Update for directories moving
  • Loading branch information
CryptAxe authored Apr 9, 2024
1 parent 90f613d commit e732803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/sidechainpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ void SidechainPage::CheckConfiguration(bool& fConfig, bool& fConnection)
#ifdef MAC_OSX
strDrivechainData = "Drivechain";
#else
strDrivechainData = ".drivechain";
strDrivechainData = "drivechain";
#endif
#endif

Expand Down

0 comments on commit e732803

Please sign in to comment.