kernel: move RunCommandParseJSON to its own file

Because libbitcoinkernel does not include this new object, this has the
side-effect of eliminating the unnecessary boost::process dependency.
This commit is contained in:
Cory Fields
2022-09-28 18:02:23 +00:00
parent b2da6dd943
commit 192325a77d
7 changed files with 89 additions and 61 deletions

View File

@@ -5,8 +5,8 @@
#include <chainparams.h>
#include <core_io.h>
#include <psbt.h>
#include <util/run_command.h>
#include <util/strencodings.h>
#include <util/system.h>
#include <external_signer.h>
#include <algorithm>