-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Make GetDataDir return absolute paths #1133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Does this resolve symbolic links? (I don't think that is proper behaviour, if so) |
I don't think boost::filesystem::system_complete does that. This commit changes the behaviour back to what it was before ee12c3d (except that the suggested bitcoin.conf file in case of a missing rpcpassword now has the correct file path). |
This breaks the UI build :-) (There's also a call to ReadConfigFile there that assumes that the result is a bool). |
Fixed. |
ACK |
2 similar comments
ACK |
ACK |
Make GetDataDir return absolute paths
Make GetDataDir return absolute paths
…in#1133) * Fixes bitcoin#765 - Wallet balance was not updating correctly. When sending to ourselves using a public label the wallet was not updating correctly in the UI and was not showing up in the recent transactions list. * Fix spurious failure: validateblocktemplate.py Make sure nodes are sync'd properly before proceeding.
…fixed. a25afdc [Bug][GUI] Fix, topbar sync progressbar expanded with the expandable view. (furszy) Pull request description: The sync progressBar was not been expanded following the sync expandable button size. This PR fixes it. Solving bitcoin#1090 ACKs for top commit: Fuzzbawls: ACK a25afdc random-zebra: ACK a25afdc Tree-SHA512: 834ce61a1caa4b709c8762d6d8c3538ce68ed99b188fd913610a3b2d922c6331a636fad90873decfd86d0a74cb554c6ae101d2da2c7c3ab1a310494cd9d9506c
Fixes #1125.