mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
move-only: Extract common/args and common/config.cpp from util/system
This is an extraction of ArgsManager related functions from util/system into their own common file. Config file related functions are moved to common/config.cpp. The background of this commit is an ongoing effort to decouple the libbitcoinkernel library from the ArgsManager. The ArgsManager belongs into the common library, since the kernel library should not depend on it. See doc/design/libraries.md for more information on this rationale.
This commit is contained in:
parent
369d4c03b7
commit
be55f545d5
113 changed files with 1655 additions and 1545 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <script/sigcache.h>
|
||||
|
||||
#include <logging.h>
|
||||
#include <pubkey.h>
|
||||
#include <random.h>
|
||||
#include <uint256.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue