mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-04 10:07:27 -05:00
9a9d5da11f
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 |