mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
aaced5633b
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. |
||
---|---|---|
.. | ||
bitcoinkernel.cpp | ||
chain.cpp | ||
chain.h | ||
chainstatemanager_opts.h | ||
checks.cpp | ||
checks.h | ||
coinstats.cpp | ||
coinstats.h | ||
context.cpp | ||
context.h | ||
cs_main.cpp | ||
cs_main.h | ||
mempool_entry.h | ||
mempool_limits.h | ||
mempool_options.h | ||
mempool_persist.cpp | ||
mempool_persist.h | ||
validation_cache_sizes.h |