diff options
| author | Hennadii Stepanov <[email protected]> | 2019-07-27 12:37:09 +0300 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2019-07-27 22:51:58 +0300 |
| commit | dde80c272ae584410532f48d23866d7d8581a1cc (patch) | |
| tree | a2c8d160de867db18bd965b339f5b5bdffa7f3f0 /src/util/system.h | |
| parent | Remove unused m_debug_only member from Arg struct (diff) | |
| download | discoin-dde80c272ae584410532f48d23866d7d8581a1cc.tar.xz discoin-dde80c272ae584410532f48d23866d7d8581a1cc.zip | |
Use ArgsManager::NETWORK_ONLY flag
Diffstat (limited to 'src/util/system.h')
| -rw-r--r-- | src/util/system.h | 1 |
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(); } /** |