refactor: Rename subprocess.hpp to follow our header name conventions

This commit is contained in:
Hennadii Stepanov 2024-04-19 11:02:01 +01:00
parent 2cecbbb986
commit d8e4ba4d05
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
4 changed files with 6 additions and 6 deletions

View file

@ -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)