aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.h
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2017-12-05 15:57:12 -0500
committerRussell Yanofsky <russ@yanofsky.org>2021-06-10 09:58:45 -0500
commit49ee2a0ad88e0e656234b769d806987784ff1e28 (patch)
tree06c2db387a170d332bdb969980b4dee2293990d4 /src/util/system.h
parent1704bbf2263f16c720604cfab4ccb775315df690 (diff)
downloadbitcoin-49ee2a0ad88e0e656234b769d806987784ff1e28.tar.xz
Avoid wallet code writing node settings file
Change wallet loading code to access settings through the Chain interface instead of writing settings.json directly.
Diffstat (limited to 'src/util/system.h')
-rw-r--r--src/util/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/system.h b/src/util/system.h
index c4317c62d0..55c16bafef 100644
--- a/src/util/system.h
+++ b/src/util/system.h
@@ -207,6 +207,7 @@ protected:
*/
bool UseDefaultSection(const std::string& arg) const EXCLUSIVE_LOCKS_REQUIRED(cs_args);
+ public:
/**
* Get setting value.
*
@@ -221,7 +222,6 @@ protected:
*/
std::vector<util::SettingsValue> GetSettingsList(const std::string& arg) const;
-public:
ArgsManager();
~ArgsManager();