mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
refactor: Rename subprocess.hpp to follow our header name conventions
This commit is contained in:
parent
2cecbbb986
commit
d8e4ba4d05
4 changed files with 6 additions and 6 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include <univalue.h>
|
||||
|
||||
#ifdef ENABLE_EXTERNAL_SIGNER
|
||||
#include <util/subprocess.hpp>
|
||||
#include <util/subprocess.h>
|
||||
#endif // ENABLE_EXTERNAL_SIGNER
|
||||
|
||||
UniValue RunCommandParseJSON(const std::string& str_command, const std::string& str_std_in)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue