bitcoin/src/init
Ryan Ofsky d05668922a refactor: Avoid using IsArgSet() on -debug, -loglevel, and -vbparams list options
This commit does not change behavior, it just drops unnecessary IsArgSet()
calls for -debug, -loglevel, and -vbparams options. The calls are unnecessary
because GetArgs() already returns empty arrays if these arguments are not
specified.
2025-02-13 12:30:15 -05:00
..
bitcoin-gui.cpp multiprocess: Add -ipcbind option to bitcoin-node 2024-09-06 09:08:10 -04:00
bitcoin-node.cpp multiprocess: Add -ipcbind option to bitcoin-node 2024-09-06 09:08:10 -04:00
bitcoin-qt.cpp Introduce Mining interface 2024-06-18 18:47:51 +02:00
bitcoin-wallet.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
bitcoind.cpp Introduce Mining interface 2024-06-18 18:47:51 +02:00
common.cpp refactor: Avoid using IsArgSet() on -debug, -loglevel, and -vbparams list options 2025-02-13 12:30:15 -05:00
common.h init: raise on invalid loglevel config option 2023-06-14 08:27:46 -06:00