mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Most of the code in util/system.cpp that was hardcoded to use the global ArgsManager instance `gArgs` has been changed to work with explicit ArgsManager instances (for example in https://github.com/bitcoin/bitcoin/pull/20092). But a few hardcoded references to `gArgs` remain. This commit removes the last ones so these functions aren't reading or writing global state. |
||
|---|---|---|
| .. | ||
| bitcoin-gui.cpp | ||
| bitcoin-node.cpp | ||
| bitcoin-qt.cpp | ||
| bitcoin-wallet.cpp | ||
| bitcoind.cpp | ||
| common.cpp | ||
| common.h | ||