aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-07-27 12:37:09 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-07-27 22:51:58 +0300
commitdde80c272ae584410532f48d23866d7d8581a1cc (patch)
treea2c8d160de867db18bd965b339f5b5bdffa7f3f0 /src/util/system.h
parent9a12733508e47f558959f1b0ed9937bc3eff8962 (diff)
downloadbitcoin-dde80c272ae584410532f48d23866d7d8581a1cc.tar.xz
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 79fb33a9bd..9f8d94f520 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();
}
/**