Skip to content

Commit

Permalink
liquid signing: fix displaying confidential taproot addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDriver committed Jul 25, 2024
1 parent ba71841 commit 4e13a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/utils/address.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ void elements_script_to_address(const char* network, const uint8_t* script, cons
switch (output_type) {
case WALLY_SCRIPT_TYPE_P2WPKH:
case WALLY_SCRIPT_TYPE_P2WSH:
case WALLY_SCRIPT_TYPE_P2TR:
hrpConfidential = networkToBlech32Hrp(network);
JADE_ASSERT(hrpConfidential);
JADE_WALLY_VERIFY(wally_confidential_addr_from_addr_segwit(
Expand Down

0 comments on commit 4e13a36

Please sign in to comment.