From 39a63bf2e7e38dd3f30b5d1a8f6b2fff0e380d12 Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Wed, 30 Jul 2025 16:36:12 -0700 Subject: [PATCH] descriptors: Add a doxygen comment for has_hardened output_parameter --- src/script/descriptor.cpp | 1 + 1 file changed, 1 insertion(+) 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)