diff options
author | Ben Woosley <ben.woosley@gmail.com> | 2023-03-06 22:01:13 +0100 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2023-03-13 17:09:54 +0100 |
commit | aaced5633b81b2f08b993106a527e2a0e1d663c1 (patch) | |
tree | 092234ac7a2953d303bfa7060f07f544fa4b6e58 /src/net_types.h | |
parent | e7333b420e35054d9302f9c58fd47b6152cbd35f (diff) |
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.
Diffstat (limited to 'src/net_types.h')
0 files changed, 0 insertions, 0 deletions