File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class DescriptorCache {
35
35
/* * Retrieve a cached parent xpub
36
36
*
37
37
* @param[in] key_exp_pos Position of the key expression within the descriptor
38
- * @param[in ] xpub The CExtPubKey to get from cache
38
+ * @param[out ] xpub The CExtPubKey to get from cache
39
39
*/
40
40
bool GetCachedParentExtPubKey (uint32_t key_exp_pos, CExtPubKey& xpub) const ;
41
41
/* * Cache an xpub derived at an index
@@ -49,7 +49,7 @@ class DescriptorCache {
49
49
*
50
50
* @param[in] key_exp_pos Position of the key expression within the descriptor
51
51
* @param[in] der_index Derivation index of the xpub
52
- * @param[in ] xpub The CExtPubKey to get from cache
52
+ * @param[out ] xpub The CExtPubKey to get from cache
53
53
*/
54
54
bool GetCachedDerivedExtPubKey (uint32_t key_exp_pos, uint32_t der_index, CExtPubKey& xpub) const ;
55
55
/* * Cache a last hardened xpub
@@ -61,7 +61,7 @@ class DescriptorCache {
61
61
/* * Retrieve a cached last hardened xpub
62
62
*
63
63
* @param[in] key_exp_pos Position of the key expression within the descriptor
64
- * @param[in ] xpub The CExtPubKey to get from cache
64
+ * @param[out ] xpub The CExtPubKey to get from cache
65
65
*/
66
66
bool GetCachedLastHardenedExtPubKey (uint32_t key_exp_pos, CExtPubKey& xpub) const ;
67
67
You can’t perform that action at this time.
0 commit comments