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/index
Ben Woosley aaced5633b
refactor: Move error() from util/system.h to logging.h
error is a low-level function with a sole dependency on LogPrintf, which
is defined in logging.h

The background of this commit is an ongoing effort to decouple the
libbitcoinkernel library from the ArgsManager defined in system.h.
Moving the function out of system.h allows including it from a separate
source file without including the ArgsManager definitions from system.h.
2023-03-13 17:09:54 +01:00
..
base.cpp refactor: Move error() from util/system.h to logging.h 2023-03-13 17:09:54 +01:00
base.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
blockfilterindex.cpp refactor: use Hash helper for double-SHA256 calculations 2023-01-31 19:34:35 +01:00
blockfilterindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
coinstatsindex.cpp refactor: Move error() from util/system.h to logging.h 2023-03-13 17:09:54 +01:00
coinstatsindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
disktxpos.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
txindex.cpp refactor: Move error() from util/system.h to logging.h 2023-03-13 17:09:54 +01:00
txindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00