Skip to content

Commit

Permalink
Merge bitcoin#14021: Import key origin data through descriptors in im…
Browse files Browse the repository at this point in the history
…portmulti (add)
  • Loading branch information
vijaydasmp committed Sep 28, 2021
1 parent ee69976 commit 14d28c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/bip32.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <vector>

/** Parse an HD keypaths like "m/7/0'/2000". */
NODISCARD bool ParseHDKeypath(const std::string& keypath_str, std::vector<uint32_t>& keypath);
[[nodiscard]] bool ParseHDKeypath(const std::string& keypath_str, std::vector<uint32_t>& keypath);

/** Write HD keypaths as strings */
std::string WriteHDKeypath(const std::vector<uint32_t>& keypath);
Expand Down

0 comments on commit 14d28c5

Please sign in to comment.