diff --git a/src/core_io.h b/src/core_io.h index 09b8f5846a..5464e521bc 100644 --- a/src/core_io.h +++ b/src/core_io.h @@ -37,6 +37,7 @@ bool DecodeHexBlockHeader(CBlockHeader&, const std::string& hex_header); */ bool ParseHashStr(const std::string& strHex, uint256& result); std::vector ParseHexUV(const UniValue& v, const std::string& strName); + int ParseSighashString(const UniValue& sighash); // core_write.cpp diff --git a/src/core_write.cpp b/src/core_write.cpp index 15bfad7345..cf00595208 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -9,6 +9,7 @@ #include #include #include