We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c482b8 commit 7e483c0Copy full SHA for 7e483c0
src/map.c
@@ -727,7 +727,7 @@ int wally_map_merkle_path_add(struct wally_map *map_in,
727
728
/* Add map for tap leaves */
729
return map_add(map_in, pub_key, pub_key_len,
730
- merkle_hashes, merkle_hashes_len, false, false);
+ merkle_hashes, merkle_hashes_len, false, true);
731
}
732
733
int wally_keypath_get_fingerprint(const unsigned char *val, size_t val_len,
0 commit comments