diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-09-21 12:21:13 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-10-04 13:27:38 +0200 |
commit | eeeebdd3cba1e69835f826236f7d71ee8d76ace4 (patch) | |
tree | 656826ddb80cb9d0d0130092dd0c4ae5a17c5234 /src/qt/bitcoingui.cpp | |
parent | 7dce175f5d89c9185f4cd7bfbd7626205b122001 (diff) |
[doc] Rework docs
* Minor formatting such as adjusting links
* Move sections of `doc/multiwallet-qt.md` to the source code and delete
the file, as it is outdated
* Fix typo in the release notes
* Amend release process to mention update of BLOCK_CHAIN_SIZE
Diffstat (limited to 'src/qt/bitcoingui.cpp')
-rw-r--r-- | src/qt/bitcoingui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index dd022ee762..af767aa6c6 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -74,6 +74,8 @@ const std::string BitcoinGUI::DEFAULT_UIPLATFORM = #endif ; +/** Display name for default wallet name. Uses tilde to avoid name + * collisions in the future with additional wallets */ const QString BitcoinGUI::DEFAULT_WALLET = "~Default"; BitcoinGUI::BitcoinGUI(const PlatformStyle *_platformStyle, const NetworkStyle *networkStyle, QWidget *parent) : |