0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-04 10:07:27 -05:00
bitcoin-bitcoin-core/src/init
Ryan Ofsky 9a9d5da11f refactor: Stop using gArgs global in system.cpp
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.
2023-02-27 14:21:13 -05:00
..
bitcoin-gui.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
bitcoin-node.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
bitcoin-qt.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
bitcoin-wallet.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
bitcoind.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
common.cpp refactor: Stop using gArgs global in system.cpp 2023-02-27 14:21:13 -05:00
common.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00