aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.h
diff options
context:
space:
mode:
authorHennadii Stepanov <[email protected]>2019-07-27 12:37:09 +0300
committerHennadii Stepanov <[email protected]>2019-07-27 22:51:58 +0300
commitdde80c272ae584410532f48d23866d7d8581a1cc (patch)
treea2c8d160de867db18bd965b339f5b5bdffa7f3f0 /src/util/system.h
parentRemove unused m_debug_only member from Arg struct (diff)
downloaddiscoin-dde80c272ae584410532f48d23866d7d8581a1cc.tar.xz
discoin-dde80c272ae584410532f48d23866d7d8581a1cc.zip
Use ArgsManager::NETWORK_ONLY flag
Diffstat (limited to 'src/util/system.h')
-rw-r--r--src/util/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/system.h b/src/util/system.h
index 79fb33a9b..9f8d94f52 100644
--- a/src/util/system.h
+++ b/src/util/system.h
@@ -284,6 +284,7 @@ public:
void ClearArgs() {
LOCK(cs_args);
m_available_args.clear();
+ m_network_only_args.clear();
}
/**