diff --git a/src/script/descriptor.cpp b/src/script/descriptor.cpp index 83a561a7e78..3a402702178 100644 --- a/src/script/descriptor.cpp +++ b/src/script/descriptor.cpp @@ -1647,6 +1647,7 @@ std::optional ParseKeyPathNum(std::span elem, bool& apostr * @param[out] apostrophe only updated if hardened derivation is found * @param[out] error parsing error message * @param[in] allow_multipath Allows the parsed path to use the multipath specifier + * @param[out] has_hardened Records whether the path contains any hardened derivation * @returns false if parsing failed **/ [[nodiscard]] bool ParseKeyPath(const std::vector>& split, std::vector& out, bool& apostrophe, std::string& error, bool allow_multipath, bool& has_hardened)